-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (58 loc) · 1.57 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Astrology View</title>
<script type="module" crossorigin src="/assets/main-CO_31bSV.js"></script>
<link rel="modulepreload" crossorigin href="/assets/plugin-vue_export-helper-DB0tlHGz.js">
<link rel="stylesheet" crossorigin href="/assets/plugin-vue_export-helper-TVMZVxDy.css">
<link rel="stylesheet" crossorigin href="/assets/main-BWs91BNP.css">
</head>
<body>
<div class="wrapper">
<!-- <div id="top">top</div>
<div id="filter">filter</div> -->
<!-- <div id="test"></div>
<div id="query"></div> -->
<div class="content" id="app"></div>
<div id="bottom">
<div id="bottom_copyright">Copyright(c)2024</div>
</div>
</div>
<!-- <script type="module" src="/src/app/main.ts"></script>
<script type="module" src="/src/test/test.ts"></script>
<script type="module" src="/src/query_file/query.ts"></script>
<script type="module" src="/src/topbar/topbar.ts"></script>
<script type="module" src="/src/filter/filter.ts"></script> -->
</body>
<style>
html,
body {
min-width: 1420px;
height: 100%;
margin: 0;
}
.wrapper {
display: flex;
flex-direction: column;
min-height: 100%;
}
.content {
flex: 1;
}
#bottom {
height: 50px;
background-color: rgb(194, 194, 194);
display: flex;
justify-content: center;
align-items: center;
}
/* #test {
background-color: antiquewhite;
}
#query {
background-color: azure;
} */
</style>
</html>