We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050beed commit ce3d13dCopy full SHA for ce3d13d
fetch/programmer-humour/index.html
@@ -0,0 +1,20 @@
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
+ <title>Programmer Humour - XKCD Comics</title>
7
+ <link rel="stylesheet" href="style.css">
8
+</head>
9
+<body>
10
+ <h1>😂 Programmer Humour</h1>
11
+
12
+ <div id="comic-container">
13
+ <p>Loading comic...</p>
14
+ </div>
15
16
+ <button id="new-comic-btn">Show me another comic</button>
17
18
+ <script src="script.js"></script>
19
+</body>
20
+</html>
0 commit comments