first commit! 🎉

This commit is contained in:
ari melody 2023-09-30 02:34:43 +01:00
commit 32189ecd21
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 174 additions and 0 deletions

17
public/index.html Normal file
View file

@ -0,0 +1,17 @@
<!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>