Added re-frame skeleton
Doesn't work yet!
This commit is contained in:
parent
3b90c105d4
commit
26d4889cff
11 changed files with 144 additions and 5 deletions
13
resources/public/index.html
Normal file
13
resources/public/index.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="js/compiled/app.js"></script>
|
||||
<script>fedit.core.init();</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue