diff options
author | LarsVomMars | 2020-07-09 23:58:30 +0200 |
---|---|---|
committer | LarsVomMars | 2020-07-09 23:58:30 +0200 |
commit | e9aa61e7fb8c048afe96d000b7ba0cb7261791f1 (patch) | |
tree | c320802018dc05e48b986e761150218697091776 /src/public | |
parent | 5c6e6e9962187335d80ee8f31921ee561c430365 (diff) |
Boilerplate, debugger, modules, ...
Diffstat (limited to 'src/public')
-rw-r--r-- | src/public/index.html | 10 |
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 |