We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defacbc commit 974ed1aCopy full SHA for 974ed1a
1 file changed
src/index.html
@@ -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