mirror of
https://github.com/FMS-Cat/condition.git
synced 2025-08-12 16:54:02 +02:00
chore: prepare pages
This commit is contained in:
BIN
pages/condition.png
Normal file
BIN
pages/condition.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
9
pages/condition_1280x720_dev.html
Normal file
9
pages/condition_1280x720_dev.html
Normal 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>
|
55397
pages/condition_1280x720_dev.js
Normal file
55397
pages/condition_1280x720_dev.js
Normal file
File diff suppressed because one or more lines are too long
BIN
pages/condition_1280x720_final.html
Normal file
BIN
pages/condition_1280x720_final.html
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
BIN
pages/condition_1280x720_party.html
Normal file
BIN
pages/condition_1280x720_party.html
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
9
pages/condition_1920x1080_dev.html
Normal file
9
pages/condition_1920x1080_dev.html
Normal 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>
|
55397
pages/condition_1920x1080_dev.js
Normal file
55397
pages/condition_1920x1080_dev.js
Normal file
File diff suppressed because one or more lines are too long
BIN
pages/condition_1920x1080_final.html
Normal file
BIN
pages/condition_1920x1080_final.html
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
BIN
pages/condition_1920x1080_party.html
Normal file
BIN
pages/condition_1920x1080_party.html
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
9
pages/condition_640x360_dev.html
Normal file
9
pages/condition_640x360_dev.html
Normal 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
55397
pages/condition_640x360_dev.js
Normal file
File diff suppressed because one or more lines are too long
BIN
pages/condition_640x360_final.html
Normal file
BIN
pages/condition_640x360_final.html
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
44
pages/index.html
Normal file
44
pages/index.html
Normal 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>
|
Reference in New Issue
Block a user