Skip to content

Commit 974ed1a

Browse files
authored
Create index.html
1 parent defacbc commit 974ed1a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

src/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>CSS Button List</title>
6+
<link rel="stylesheet" href="styles.css" />
7+
</head>
8+
<body>
9+
<header>
10+
<h1>CSS Button List</h1>
11+
<p>Community-made buttons. Pure CSS.</p>
12+
</header>
13+
14+
<main id="buttons"></main>
15+
16+
<footer>
17+
Add yours via Pull Request ✨
18+
</footer>
19+
20+
<script src="app.js"></script>
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)