-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Star Tribune svelte app</title>
<link rel="icon" href="https://www.startribune.com/icon.svg" type="image/svg+xml" sizes="any"/>
</head>
<body id="top">
<div class="radix-themes">
<div style="height: auto;">
<main class="w-full">
<div class="rt-Box speechify-article w-full grid-cols-8 col-span-full editorial">
<div class="rt-Container col-span-full rt-r-size-4" data-testid="article-body">
<div class="rt-ContainerInner">
<div class="rt-Box">
<div class="rt-Box pb-0 ">
<div class="rt-Box">
<div id="proj-container">
<article id="no-js">
<h3>Is your browser's JavaScript enabled?</h3>
<p>This web page uses JavaScript to dynamically display certain elements. If you are seeing
this message, it likely means that JavaScript is not enabled in your browser. To get the full experience,
please <a href="https://www.enable-javascript.com/" target="_blank" rel="noreferrer noopener">enable
JavaScript</a> on this device if possible or access it on a different device.</p>
</article>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
</div>
</div>
<script type="module" src="/src/main.js"></script>
</body>
</html>