« get me outta code hell

csb-game - Pixelly spin-off of the Command Synergy Battle system used in Final Fantasy XIII
summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..61618d9
--- /dev/null
+++ b/index.html
@@ -0,0 +1,20 @@
+<title>Game experiment</title>
+<meta charset="utf-8">
+<style>
+@font-face {
+  font-family: 'pixel-font';
+  src: url('teeny-tiny-pixls.otf') format('opentype');
+}
+
+body {
+  font-family: 'pixel-font';
+  font-size: 5px;
+}
+
+canvas {
+  image-rendering: optimizeSpeed;
+}
+</style>
+Nice.
+<canvas id="canvas"></canvas>
+<script src="index.js"></script>