blob: 7fc071810eff39e100ee729fc8ea71057ddaf004 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>
|