aboutsummaryrefslogtreecommitdiff
path: root/src/public
diff options
context:
space:
mode:
authorLarsVomMars2020-07-09 23:58:30 +0200
committerLarsVomMars2020-07-09 23:58:30 +0200
commite9aa61e7fb8c048afe96d000b7ba0cb7261791f1 (patch)
treec320802018dc05e48b986e761150218697091776 /src/public
parent5c6e6e9962187335d80ee8f31921ee561c430365 (diff)
Boilerplate, debugger, modules, ...
Diffstat (limited to 'src/public')
-rw-r--r--src/public/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/public/index.html b/src/public/index.html
new file mode 100644
index 0000000..25eaea5
--- /dev/null
+++ b/src/public/index.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>Title</title>
+</head>
+<body>
+ <h1>Home :)</h1>
+</body>
+</html> \ No newline at end of file