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 df159df commit 703824cCopy full SHA for 703824c
fetch/programmer-humour/index.html
@@ -7,10 +7,12 @@
7
<link rel="stylesheet" href="styles.css" />
8
</head>
9
<body>
10
- <h1>Latest XKCD Comic</h1>
11
- <div id="comic-container">
12
- <p>Loading...</p>
13
- </div>
+ <main>
+ <h1>Latest XKCD Comic</h1>
+ <div id="comic-container" aria-live="polite">
+ <p class="loading">Loading…</p>
14
+ </div>
15
+ </main>
16
<script src="script.js"></script>
17
</body>
18
</html>
0 commit comments