diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 15 |
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 |
