-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (24 loc) · 1.14 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
<!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="stylesheet" href="https://www.startribune.com/static/css/screen.css">
<link rel="stylesheet" href="https://static.startribune.com/assets/libs/strib-icons/0.0.13/strib-icons.css">
</head>
<body class="series-article">
<div class="article-body l-container article-body-content resizeFont">
<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>
<script type="module" src="/src/main.js"></script>
</div>
</body>
</html>