first commit! 🎉
This commit is contained in:
commit
32189ecd21
3 changed files with 174 additions and 0 deletions
17
public/index.html
Normal file
17
public/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue