-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (39 loc) · 1.99 KB
/
index.html
File metadata and controls
47 lines (39 loc) · 1.99 KB
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
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta property="og:title" content="Anon64's Stuff">
<meta property="og:description" content="Some things that I have made, I guess.">
<meta property="og:image" content="https://anon64.github.io/ndmb-list/img/bighead.png">
<meta property="theme-color" content="#FF0000">
<meta property="og:site_name" content="Anon64">
<title>Anon64's Stuff</title>
<link rel='icon' type='image/x-icon' href='ndmb-list/img/bighead.ico'>
<link rel='stylesheet' type='text/css' href='main.css'>
</head>
<body>
<h1>Anon64's stuff or something</h1>
<br>
<!--<p><a href="joe.game/" class='ndmbgold'>joe.game</a> - a platformer game I'm making (unfinished/postponed)</p>-->
<!-- <p><a href="mpp2/" class='ndmbgold'>MPP2</a> - Multiplayer Piano2 (just a clone)</p> -->
<p><a href="wxm32/" class='ndmbgold'>WXM32 & WCGQ-FM (107.3)</a> - List of alerts from WXM32 (NOAA radio station) and 107.3FM/98.3FM (local radio station)</p>
<!-- <p><a href="weatherscanr/" class='ndmbgold' title='currently "broken"'><s>Weatherscan Radio</a> - Online radio station for weatherscan</s></p> -->
<p><a href="eas-gen/" class='ndmbgold'>EAS Gen</a> - EAS header code generator (not audio)</p>
<!-- <p><a href="ndmb-list/" class='ndmbgold'>NDMB Tracklist</a> - just the NDMB tracklist.</p> -->
<!-- we can restore in the future -->
<div class="footer">
<footer>
<p id="last-updated">Last updated ... </p>
</footer>
</div>
<!-- perhaps it will be better for localization! -->
<script>
const timestamp = new Date("2025-02-21T15:00:00Z"); // utc...
const formattedDate = new Intl.DateTimeFormat(navigator.language, {
year: '2-digit',
month: '2-digit',
day: '2-digit',
}).format(timestamp);
document.getElementById('last-updated').innerHTML = `Last updated ${formattedDate}`;
</script>
</body>
</html>