Initial commit

This commit is contained in:
heyarne 2020-05-02 14:26:48 +02:00
commit 7e37ce499b
7 changed files with 215 additions and 0 deletions

1
resources/public/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
js/

View file

@ -0,0 +1,6 @@
<!doctype html>
<html>
<head><meta charset="utf-8" /></head>
<body>Hello world</body>
<script src="js/main.js"></script>
</html>