-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
60 lines (56 loc) · 2.34 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MAXON PETTING SIMULATOR</title>
<link rel="stylesheet" href="www/style.css">
<link rel="shortcut icon" href="www/img/favicon.ico"
type="image/x-icon">
</head>
<body>
<div class="background"></div>
<div class="background background-gradient"></div>
<div class="container">
<div class="wrapper">
<div class="main">
<div class="brand">
<img src="www/img/logo.png"
alt="Maxon Petting Simulator"
id="logo">
<img src="www/img/update.png"
alt
id="update">
</div>
<div class="links">
<a href="https://ilotterytea.itch.io/maxon"
class="link">
<h1>PC / Mac</h1>
<p>Available NOW</p>
</a>
</div>
</div>
<div class="undermain">
<h2>The cutest 3D clicker game you've ever seen!</h2>
<div class="screenshots">
<a href="www/img/screenshot1.png" target="_blank">
<img src="www/img/screenshot1.png" alt="1">
</a>
<a href="www/img/screenshot2.png" target="_blank">
<img src="www/img/screenshot2.png" alt="2">
</a>
</div>
<div class="footer">
<a href="https://github.com/ilotterytea/maxon">Source
code</a>
<a
href="https://github.com/users/ilotterytea/projects/5">Roadmap</a>
<a
href="https://ilotterytea.kz/privacy/maxon-mobile">Privacy Policy</a>
<a href="https://ilotterytea.kz">Developer's website</a>
</div>
<div class="maxon"></div>
</div>
</div>
</div>
</body>
</html>