18 lines
275 B
HTML
18 lines
275 B
HTML
<!DOCTYPE html>
|
|
<html lang="ie">
|
|
<head>
|
|
<title>Open Terminal</title>
|
|
|
|
<link rel="stylesheet" href="styles/main.css">
|
|
|
|
<script src="scripts/main.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<main>
|
|
<pre id="content"></pre>
|
|
<div id="overlay"></div>
|
|
</main>
|
|
</body>
|
|
</html>
|