first commit SUS
This commit is contained in:
44
index.html
Normal file
44
index.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>SussyCraft</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<video autoplay muted loop width="100%" height="100%" id="back_video">
|
||||
<source src="assets/video.mp4" type="video/mp4">
|
||||
</video>
|
||||
|
||||
<div id="container">
|
||||
<img src="assets/logo.png" alt="SussyCraft" id="logo">
|
||||
<h1>SussyCraft</h1>
|
||||
|
||||
<br>
|
||||
<p>SussyCraft is a very sussy game with a very sussy name.</p>
|
||||
<p>Play it now!</p>
|
||||
|
||||
<div id="badges_div">
|
||||
|
||||
<a href='https://play.google.com/store/apps/details?id=xyz.cubesoftware.sussycraft&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1' id="google_play_badge_link">
|
||||
<img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' id="google_play_badge"/>
|
||||
</a>
|
||||
|
||||
<a href="" id="itchio_badge_link">
|
||||
<img alt="Available on itch.io" src="assets/itchio_badge.png" id="itchio_badge"/>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>Google Play and the Google Play logo are trademarks of Google LLC.</p>
|
||||
<p>© SussyCraft by Cube Software 2023</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user