amytron4000/index.html

27 lines
581 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>AmyTron4000</title>
<meta charset="UTF-8" />
<link href="amytron.css" rel="stylesheet" type="text/css" media="all" />
<script src="amytron.js"></script>
</head>
<body>
<header>
<h1>AmyTron4000</h1>
</header>
<article>
<div id="amytron"></div>
</article>
<footer>AmyTron4000, made by Feufochmar.</footer>
</body>
<script>
amytron.loadAll([
'models/amytron.json',
'models/pipotron.json',
'models/villages.json',
'models/gatel.json'
]);
</script>
</html>