-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (48 loc) · 2.22 KB
/
index.html
File metadata and controls
55 lines (48 loc) · 2.22 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
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<title>DITHERER ▓▒░</title>
<meta charset="utf-8">
<meta http-equiv="Content-Language" content="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="description" content="Online retro filter app for photos and videos. Dither, glitch, pixelsort, CRT/VHS, and more!">
<link rel="canonical" href="https://gyng.github.io/ditherer/">
<meta name="theme-color" content="#262626">
<meta property="og:type" content="website">
<meta property="og:url" content="https://gyng.github.io/ditherer/">
<meta property="og:title" content="DITHERER — retro image & video filters">
<meta property="og:description" content="Online retro filter app for photos and videos. Dither, glitch, pixelsort, CRT/VHS, and more!">
<meta property="og:image" content="https://gyng.github.io/ditherer/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="DITHERER — retro image & video filters">
<meta name="twitter:description" content="Online retro filter app for photos and videos. Dither, glitch, pixelsort, CRT/VHS, and more!">
<meta name="twitter:image" content="https://gyng.github.io/ditherer/og-image.png">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="manifest" href="site.webmanifest">
</head>
<body style="background-color: rgba(38, 38, 38);">
<div id="root" style="height: 100%;">
<div style="font-family: monospace; color: white;">
<div>
プロテクトメモリが最低1M以上必要です。
</div>
<div>
VEM486 Virtual XMS / EMS / VCPI Memory Server
</div>
<div>
______________________________
</div>
<pre>
___ __ __
___/ (_) /_/ / ___ _______ ____
/ _ / / __/ _ \/ -_) __/ -_) __/
\_,_/_/\__/_//_/\__/_/ \__/_/
</pre>
<div>DITHERER Ver. 0.0.2</div>
<br />
<div>Now Loading GUI...</div>
</div>
</div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>