Initial commit
This commit is contained in:
commit
7e37ce499b
7 changed files with 215 additions and 0 deletions
1
resources/public/.gitignore
vendored
Normal file
1
resources/public/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
js/
|
||||
6
resources/public/index.html
Normal file
6
resources/public/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue