Skip to content

Commit 7a32720

Browse files
committed
🎉 initial commit
0 parents  commit 7a32720

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

index.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>BarkWire</title>
6+
<link rel="stylesheet" href="https://barkwire-style.now.sh/styles.css">
7+
</head>
8+
<body>
9+
<header>
10+
<h1><a href="/">BarkWire</a></h1>
11+
</header>
12+
<main>
13+
</main>
14+
<footer>
15+
<small>&copy; Barkwire Inc.</small>
16+
</footer>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)