-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimg.html
More file actions
33 lines (30 loc) · 1.06 KB
/
img.html
File metadata and controls
33 lines (30 loc) · 1.06 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<link rel="stylesheet" href="./css/styimg.css">
<link rel="stylesheet" href="./css/loading.css">
<link href='https://css.gg/arrow-left.css' rel='stylesheet'>
</head>
<body>
<!-- loading -->
<div id="loading"></div>
<script src="./js/loading.js"></script>
<script src="./js/imgloader.js"></script>
<!--make it load & exec before other element-- Tanawat -->
<header>
<h1 class="title">IMAGE</h1>
<a class="btn" href="./index.html#image">
<h3 class="second-title">Go back</h3>
<i class="gg-arrow-left"></i>
</a>
<a class="btn" style="font-size:20px; margin-top: 20px;" onclick="window.location.reload(true)">reload image</a>
</header>
<section id="sect">
</section>
<script src="./js/loading.js"></script>
</body>
</html>