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.
18 lines
400 B
18 lines
400 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<h1>Lesson Prompts</h1>
|
|
<dl>
|
|
<dt>Current Prompt</dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<button>I'm Done</button>
|
|
<script src="/socket.io/socket.io.js"></script>
|
|
<script src="/js/index.js" charset="utf-8"></script>
|
|
</body>
|
|
</html>
|