You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
531 B
22 lines
531 B
<!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>
|