proper-protoparser/index.html

22 lines
531 B
HTML

<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8"/>
<title>Protoparser test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="terminal">
<div id="content"></div>
<div id="inputLine">
<form id="form">
<input type="text" id="input" />
</form>
</div>
</div>
<script src="story.js"></script>
<script src="protoparser.js"></script>
</body>
</html>