28 lines
533 B
HTML
28 lines
533 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<style>
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<link
|
|
rel="stylesheet"
|
|
href="/lib/styles/global.css"
|
|
>
|
|
<link
|
|
rel="stylesheet"
|
|
href="/lib/components/sidebar/sidebar.css"
|
|
>
|
|
<script src="/node_modules/react/umd/react.production.min.js"></script>
|
|
<script src="/node_modules/react-dom/umd/react-dom.production.min.js"></script>
|
|
<script src="/lib/components/sidebar/sidebar.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|