2020-03-15 19:02:37 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<!--Bootstrap-->
|
|
|
|
|
<!-- Latest compiled and minified CSS -->
|
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
|
|
|
|
|
<link rel="stylesheet" title="default" href="/static/main.css">
|
|
|
|
|
|
|
|
|
|
<!-- jQuery library -->
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
|
|
|
|
|
|
|
|
|
<!-- Popper JS -->
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
|
|
|
|
|
|
|
|
|
|
<!-- Latest compiled JavaScript -->
|
|
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.js"></script>
|
2020-03-16 16:21:41 +00:00
|
|
|
|
|
|
|
|
|
2020-03-15 19:02:37 +00:00
|
|
|
<script src="/static/main.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
2020-03-16 16:21:41 +00:00
|
|
|
<div style="position: fixed; left: 50%;">
|
|
|
|
|
<div class="container" id="switch">
|
|
|
|
|
hi
|
2020-03-15 19:02:37 +00:00
|
|
|
|
2020-03-16 16:21:41 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="position: fixed; left: 50%;">
|
|
|
|
|
<div class="container" id="main">
|
2020-03-15 19:02:37 +00:00
|
|
|
|
2020-03-16 16:21:41 +00:00
|
|
|
hi
|
2020-03-15 19:02:37 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2020-03-16 16:21:41 +00:00
|
|
|
<div class="container" id="list">
|
|
|
|
|
hi
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
2020-03-15 19:02:37 +00:00
|
|
|
<script>loadData();</script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|