mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
11 lines
203 B
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> |