basic setup

This commit is contained in:
0xtsukino
2023-11-14 07:10:20 +03:00
parent 93ab8fb0e8
commit a9fa4151ac
18 changed files with 157 additions and 1427 deletions

15
static/index.template.ejs Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="manifest" href="/manifest.json">
<title>tlsn-js development</title>
</head>
<body>
<script>
global = globalThis //<- this should be enough
</script>
<div id="root"></div>
</body>
</html>