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.
21 lines
919 B
21 lines
919 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Lesson Prompts</title>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous" />
|
|
</head>
|
|
<body class="jumbotron">
|
|
<h1 class="display-1 text-center">Lesson Prompts</h1>
|
|
<hr />
|
|
<dl class="list-group">
|
|
<dt class="list-group-item">Current Prompt</dt>
|
|
<dd class="list-group-item"></dd>
|
|
</dl>
|
|
<button class="btn btn-lg btn-block btn-primary mt-5">I'm Done</button>
|
|
<script src="/socket.io/socket.io.js"></script>
|
|
<script src="/js/index.js" charset="utf-8"></script>
|
|
</body>
|
|
</html>
|