open-story-teller/story-vm/index.html

11 lines
203 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Open Story Teller</title>
</head>
<body>
<h1>Open Story Teller</h1>
<script src="storyvm.js"></script>
<script src="main.js"></script>
</body>
</html>