-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (34 loc) · 982 Bytes
/
index.html
File metadata and controls
44 lines (34 loc) · 982 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
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Loading</title>
</head>
<body id="main">
<loading_ id="loading_tag">
<loading_wrapper>
<div id="loading_t">
Loading
</div>
<div id="succ_loading"></div>
<line_bot></line_bot>
</loading_wrapper>
</loading_>
<script src="script.js"></script>
<wrapper id="wrapper_main">
<content>
all of This are in wrapper tag
<h1>Content</h1>
<h2>Content</h2>
<h3>Content</h3>
<h4>Content</h4>
<h5>Content</h5>
<p>Content</p>
</content>
</wrapper>
<script> window.addEventListener("load", loaded());</script>
</body>
</html>