-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (45 loc) · 2.07 KB
/
Copy pathindex.html
File metadata and controls
49 lines (45 loc) · 2.07 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
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<title>Atari ST in 3D | Celebrating 40 years of the Atari ST with Mesmotronic</title>
<link type="text/css" rel="stylesheet" href="main.css" />
<link rel="manifest" href="manifest.json" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta name="author" content="Mesmotronic" />
<meta name="description" content="To mark its 40th anniversary, check out this fantastic interactive Atari ST in 3D!" />
<link rel="apple-touch-icon" href="icon-192.png" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="#111111" />
<meta property="og:title" content="Atari ST in 3D" />
<meta property="og:description" content="To mark its 40th anniversary, check out this fantastic interactive Atari ST in 3D!" />
<meta property="og:image" content="https://mesmotronic.github.io/atari-st/og-image.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mesmotronic.github.io/atari-st/" />
<meta name="twitter:card" content="summary_large_image" />
</head>
<body>
<div id="info">
<h1>Happy 40th Birthday, Atari ST!</h1>
<p>Made by Mesmotronic</p>
<p>
<a href="https://mesmotronic.com" target="_blank" rel="noopener noreferrer">Web</a> /
<a href="https://x.com/mesmotronic" target="_blank" rel="noopener noreferrer">X</a> /
<a href="https://github.com/mesmotronic/atari-st" target="_blank" rel="noopener noreferrer">GitHub</a>
</p>
</div>
<script type="importmap">
{
"imports": {
"camera-controls": "https://esm.sh/camera-controls",
"three/addons/": "https://esm.sh/three/examples/jsm/",
"three/webgpu": "https://esm.sh/three/build/three.webgpu.js"
}
}
</script>
<script type="module" src="main.js"></script>
<script src="posthog.js"></script>
</body>
</html>