-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (29 loc) Β· 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/png" href="css/favicon.png">
<title>A Day At Work</title>
<link href="css/flex.css" type="text/css" rel="stylesheet" />
<link href="css/style.css" type="text/css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.js"></script>
</head>
<body>
<div id="taskbar"></div>
<div id="ts-container">
<div id="textspeak">
<b><span>A DAY AT WORK</span>
<span>Interactive Fiction - just a typical morning.</span>
<span>Copyright-ish (c) 3002 by GWH, Inc. All rights reserved.</span>
<span>Release 31 / Serial Number 010021 / Explorer 6 Version J</span>
<br><br><br></b>
</div>
</div>
<div class="inputBox">
<span>></span><input id="input" autofocus>
</div>
<script src="js/javascript.js"></script>
</body>
</html>