summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-10-27 00:36:10 +0500
committerilotterytea <iltsu@alright.party>2024-10-27 00:36:10 +0500
commitfb5e3a199d9d43a66e9c24b74112338d39e46fb0 (patch)
treed3749b93c14ba700dd290d57c2dbc0b50a40de3c /index.html
parent05df05872b21bbcf80f1641358439000dbb536fe (diff)
feat: web page
Diffstat (limited to 'index.html')
-rw-r--r--index.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..f1405db
--- /dev/null
+++ b/index.html
@@ -0,0 +1,58 @@
+<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">Developer's website</a>
+ </div>
+
+ <div class="maxon"></div>
+ </div>
+ </div>
+ </div>
+ </body>
+</html> \ No newline at end of file