diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 58 |
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 |
