blob: 1d40522f8527921084df1c0d8416cb316d545b79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Hi!</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="screen">
<div id="screen" class="terminal_emulator"></div>
</div>
<script src="js/index.js"></script>
</body>
</html>
|