-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (35 loc) · 831 Bytes
/
Copy pathindex.html
File metadata and controls
36 lines (35 loc) · 831 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Geek</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="keywords" content="Newthread geek组招新">
<meta name="author" content="geek-wxy">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body scroll="no" style="overflow-x:hidden;">
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
<style>
body{
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
body{
background-color: white;
position: absolute;
width:100%;
background-repeat: repeat-x;
display: flex;
}
*{
margin:0;
padding: 0;
}
</style>