-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (44 loc) · 1.82 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
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin SEO tag -->
<title>r/place 2022 time machine</title>
<meta property="og:title" content="r/place 2022 time machine">
<meta property="og:locale" content="en_US">
<meta name="description" content="Reddit r/place 2022 Time Machine viewer and archive">
<meta property="og:description" content="Reddit r/place 2022 Time Machine viewer and archive">
<link rel="canonical" href="https://fishezzz.github.io/r-place-2022-time-machine/">
<meta property="og:url" content="https://fishezzz.github.io/r-place-2022-time-machine/">
<meta property="og:site_name" content="fishezzz.github.io">
<script type="application/ld+json">
{"@type":"WebSite","url":"https://fishezzz.github.io/r-place-2022-time-machine/","name":"fishezzz.github.io","headline":"r/place 2022 time machine","description":"Reddit r/place 2022 Time Machine viewer and archive","@context":"http://schema.org"}
</script>
<!-- End SEO tag -->
<link rel="icon" type="image/png" sizes="256x256" href="./place.png">
<link rel="stylesheet" type="text/css" media="screen" href="./main.css">
<script defer src="./main.js"></script>
</head>
<body>
<header>
<ul>
<li>
<a href="./canvas/">canvas</a>
</li>
<li>
<a href="./p5/">P5.js</a>
</li>
<li>
<div id="datetime"></div>
</li>
<li>
<input id="slider" type="range" min="0" max="10410" step="1">
</li>
</ul>
</header>
<main>
<img id="image" src="https://rplace.space/combined/1648822500.png">
</main>
</body>
</html>