summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-31 11:37:47 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-31 11:37:47 -0400
commit96021d7aa269aa446ce86bf0d3e4672b69636b2c (patch)
treec4c60542150bde85d298b1a2fac70bd7c992452b /public/index.html
parent8224c6403299bc4967c23de6cea70689c57b42ab (diff)
downloadProject-TechRPG-96021d7aa269aa446ce86bf0d3e4672b69636b2c.tar.gz
Project-TechRPG-96021d7aa269aa446ce86bf0d3e4672b69636b2c.tar.bz2
Project-TechRPG-96021d7aa269aa446ce86bf0d3e4672b69636b2c.zip
Stuff
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..7fc0718
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width">
+ <meta name="description" content="A working example of sprite animation.">
+ <title>Title</title>
+</head>
+<body>
+<h1>Welcome to Project: TechRPG</h1>
+<h2>Pre-Alpha</h2>
+<canvas></canvas>
+<script src="js/main.js" type="text/javascript"></script>
+</body>
+</html> \ No newline at end of file