Skip to content

Commit 1ed6b2e

Browse files
committed
jr_12-24
1 parent f37ae77 commit 1ed6b2e

9 files changed

+273
-6
lines changed

.DS_Store

0 Bytes
Binary file not shown.

1/.DS_Store

6 KB
Binary file not shown.

1/assets/.DS_Store

6 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

1/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" href="/favicon.ico" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Svelte + Vite App</title>
8+
<script type="module" crossorigin src="./assets/index.77ad29dc.js"></script>
9+
<link rel="stylesheet" href="./assets/index.f270af1a.css">
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
14+
</body>
15+
</html>

assets/index-BYLeIUi_.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-yIRAZY6u.js

Lines changed: 245 additions & 0 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Svelte + Vite App</title>
8-
<script type="module" crossorigin src="/assets/index.77ad29dc.js"></script>
9-
<link rel="stylesheet" href="/assets/index.f270af1a.css">
7+
<title>jr_12-24</title>
8+
<script type="module" crossorigin src="/assets/index-yIRAZY6u.js"></script>
9+
<link rel="stylesheet" crossorigin href="/assets/index-BYLeIUi_.css">
1010
</head>
1111
<body>
12-
<div id="app"></div>
13-
12+
<terminal-graphic>
13+
Merry war on the War On Christmas, to all who celebrate
14+
</terminal-graphic>
15+
<footer>
16+
<p>Josh Rayman</p>
17+
<p>Data visualisation developer</p>
18+
<p>Previous: New Statesman, BBC</p>
19+
</footer>
1420
</body>
1521
</html>

0 commit comments

Comments
 (0)