add sample content
This commit is contained in:
parent
3ec6c2fd27
commit
f5f842a384
16
index.html
Normal file
16
index.html
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<link rel="stylesheet" href="dist/bundle.css" type="text/css" />
|
||||||
|
<script type="text/javascript" src="dist/bundle.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="global">
|
||||||
|
<div id="navigation"></div>
|
||||||
|
<div id="content"></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
1
src/views/welcome/main.js
Normal file
1
src/views/welcome/main.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
console.log('sth')
|
Loading…
Reference in New Issue
Block a user