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 fc61b22Copy full SHA for fc61b22
fetch/index.html
@@ -0,0 +1,14 @@
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>XKCD Latest Comic</title>
7
+ <link rel="stylesheet" type="text/css" href="style.css" />
8
+</head>
9
+<body>
10
+ <h1>Latest XKCD Comic</h1>
11
+ <div id="image-container"></div>
12
+ <script src="script.js"></script>
13
+ </body>
14
+</html>
0 commit comments