17 lines
287 B
HTML
17 lines
287 B
HTML
<!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>
|