chore: prepare pages

This commit is contained in:
FMS-Cat
2021-04-04 07:47:02 +09:00
parent d016c020c5
commit 33e9aa2093
13 changed files with 166262 additions and 0 deletions

BIN
pages/condition.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Webpack App</title>
<meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="condition_1280x720_dev.js"></script></head>
<body>
</body>
</html>

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Webpack App</title>
<meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="condition_1920x1080_dev.js"></script></head>
<body>
</body>
</html>

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Webpack App</title>
<meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="condition_640x360_dev.js"></script></head>
<body>
</body>
</html>

55397
pages/condition_640x360_dev.js Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

44
pages/index.html Normal file
View File

@@ -0,0 +1,44 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Condition</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<h1>Condition</h1>
<p>
"Condition" by FMS_Cat<br />
A 64KB WebGL Intro
</p>
<p>
<img src="./condition.png" width="640" height="360" alt="Condition" />
</p>
<h2>Final version (It's a 64KB html file!)</h2>
<ul>
<li><a href="condition_640x360_final.html">640x360</a></li>
<li><a href="condition_1280x720_final.html">1280x720</a> (My GTX1080 is comfortable with this)</li>
<li><a href="condition_1920x1080_final.html">1920x1080</a> (Same as the compo stream)</li>
</ul>
<h2>Dev build (comes with fancy interfaces!)</h2>
<ul>
<li><a href="condition_640x360_dev.html">640x360</a></li>
<li><a href="condition_1280x720_dev.html">1280x720</a></li>
<li><a href="condition_1920x1080_dev.html">1920x1080</a></li>
</ul>
<h2>Links</h2>
<ul>
<li><a href="https://www.youtube.com/watch?v=eZjd4aLmfus">🎥 YouTube, Captured stream</a></li>
<li><a href="https://github.com/FMS-Cat/condition">💻 Source code (GitHub)</a></li>
<li><a href="https://twitter.com/FMS_Cat">🐣 Twitter (@FMS_Cat), follow me!</a></li>
</ul>
</body>
</html>