19 lines
332 B
HTML
19 lines
332 B
HTML
<!DOCTYPE html>
|
|
<html lang="ie">
|
|
<head>
|
|
<title>OpenTerminal</title>
|
|
|
|
<link rel="stylesheet" href="/styles/main.css">
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
|
|
<script src="/scripts/main.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<main>
|
|
<pre id="content"></pre>
|
|
</main>
|
|
<div id="overlay"></div>
|
|
</body>
|
|
</html>
|