-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (43 loc) · 1.98 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
<!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">
<meta name="description" content="scroll">
<!-- <meta property="og:image" content="/asset/icon.png">
<link rel="shortcut icon" href="/asset/favicon.ico" /> -->
<title>scroll</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/index.css">
</head>
<body>
<div id="app">
<h1>Scroll</h1>
<div id="container">
<div class="photo pointer" id="piece">
<canvas width="2000px" height="2000px"></canvas>
<br>
<br>
<span class="seed"></span>
</div>
</div>
<br><br><br><hr><br>
<h3 class="pointer" style="display: inline; font-family: var(--sans-serif);" href="/gallery">Gallery <img src="/asset/arrow.png"></h3>
<!-- <br><br><br><br>
<h3 class="pointer" style="display: inline; font-family: var(--sans-serif);" href="/create">Editor <img src="/asset/arrow.png"></h3> -->
<br><br><hr><br>
<h3>About</h3>
<p style="width: 60%; margin-left: 20%; text-align: justify;">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<br>
<hr>
<span href="https://github.com/awt-256">Designed by awt-256 © 2022<br></span>
<br>
</div>
<script src="/js/util.js"></script>
<script src="/js/lib.js"></script>
<script src="/js/index.js"></script>
</body>
</html>