[+] Initial commit

This commit is contained in:
Azalea Gui
2023-02-09 18:35:36 -05:00
commit 0e3b04eca7
3 changed files with 19 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
+2
View File
@@ -0,0 +1,2 @@
node_modules
dist
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en" style="height: 100%">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<title>Directory Listing</title>
</head>
<body style="margin: 0; height: 100%">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" style="height: 100%"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>