mirror of https://github.com/dirtbags/moth.git
20 lines
448 B
HTML
20 lines
448 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<link rel="stylesheet" href="res/style.css">
|
|
<link rel="icon" href="res/luna-moth.svg">
|
|
<link rel="icon" href="res/luna-moth.png">
|
|
|
|
<script src="res/terminal.js"></script>
|
|
<script src="res/moth.js"></script>
|
|
|
|
<title>MOTH Dashboard</title>
|
|
</head>
|
|
<body>
|
|
<div id="output">
|
|
</div>
|
|
</body>
|
|
</html>
|