Signup tentatively works
This commit is contained in:
11
index.html
Normal file
11
index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Node Terminal</title>
|
||||
<!-- <script type="module" src="./_test/test.js"></script> -->
|
||||
</head>
|
||||
<body style="background-color: rgb(32, 33, 36)">
|
||||
<script type="module" src="./server/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user