We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf7be9 commit 0c946ddCopy full SHA for 0c946dd
1 file changed
index.html
@@ -0,0 +1,23 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <link rel="stylesheet" href="css/style.css" />
7
+ <title>Document</title>
8
+ </head>
9
+ <body>
10
+ <div>
11
+ <button>
12
+ <span>Click</span>
13
+ </button>
14
15
16
17
18
19
20
+ </div>
21
+ <script src="js/script.js"></script>
22
+ </body>
23
+</html>
0 commit comments