Add all dashboard projects
This commit is contained in:
30
board_view/index.html
Normal file
30
board_view/index.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="font-size: 10px;">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<title>slvisualization</title>
|
||||
<link rel="icon" href="favicon.png">
|
||||
<script type="text/javascript">
|
||||
document.write("<script src='./static/config.js?v=" + new Date().getTime() + "'><\/script>");
|
||||
</script>
|
||||
<style>
|
||||
html,
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user