forked from Cavemanon/snootgame.xyz
Still a work in progress, still needs the following: * Character bios added to the spanish definition area * the entire cancer folder removed * Validation that the static content (css and images) works properly * A section shilling cavemanon.xyz as our main site * Some visual improvements in the downloads section However, for now, it's actually maintainable, and likely can be ported to our other game sites as well for translation purposes.
63 lines
3.5 KiB
HTML
Executable File
63 lines
3.5 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<!--this is for web scrapers like duckduckgo, google, etc-->
|
|
<meta name="robots" content="index, follow">
|
|
|
|
<!--self explanatory-->
|
|
<meta name="description" content="The Pre-historic Romance a million years in MS Paint to tell.">
|
|
<meta name="keywords" content="game, snootgame, snoot game, snoot, game, goodbye volcano high, goodbye, volcano, high, parody, parody game, free software, libre software, GNU GPL, open source games">
|
|
<meta name="author" content="Cavemanon">
|
|
|
|
<!--og: stuff is facebook stuff, but still many scrapers look for it since it's basically a standard at this point.-->
|
|
<meta property="og:site_name" content="Cavemanon" >
|
|
<meta name="twitter:domain" property="twitter:domain" content="https://snootgame.xyz/">
|
|
<meta name="og:title" property="og:title" content="Cavemanon" >
|
|
<meta property="og:description" content="The Pre-historic Romance a million years in MS Paint to tell.">
|
|
<meta name="twitter:description" property="twitter:description" content="The Pre-historic Romance a million years in MS Paint to tell.">
|
|
<meta property="og:image" content="favicon.ico">
|
|
|
|
<!--if people share your content on twitter, these images will format their url and look cool on twitter-->
|
|
<meta property="twitter:card" content="https://snootgame.xyz/pathetic.webp">
|
|
<meta name="twitter:image:src" property="twitter:image:src" content="https://snootgame.xyz/favicon.ico">
|
|
<meta name="twitter:image" property="twitter:image" content="https://snootgame.xyz/favicon.ico">
|
|
<meta name="og:image:alt" property="og:image:alt" content="Dino Waifu">
|
|
|
|
<!--self explanatory-->
|
|
<meta property="og:url" content="https://snootgame.xyz" >
|
|
<meta property="og:type" content="website">
|
|
|
|
<title>Snoot Game</title>
|
|
<link href=style.css rel="stylesheet" type="text/css" media="all">
|
|
<link href=favicon.webp rel="shortcut icon" type="image/webp">
|
|
</head>
|
|
<h2 style="margin-bottom:5px;">Download</h2>
|
|
<small class=center style="margin-bottom:10px;">Patch 8 (New Years Edition) is out! Check the changelog for more information</small>
|
|
<small class=center><a href=Patch8-changelog.html>Changelog</a></small>
|
|
<div class=center>
|
|
<div style="float: left;width:25%;">
|
|
<h2 style="margin-bottom:5px;">Windows</h2>
|
|
<a class=center href=downloads/SnootGame-Patch8_NewYears-win.zip>Direct Download</a>
|
|
<a class=center href=https://secureupdates.snootgame.xyz/SnootGame-Update7_Fangsgiving-win.zip.torrent>Torrent Download</a>
|
|
</div>
|
|
<div style="float: left;width:25%;">
|
|
<h2 style="margin-bottom:5px;">GNU/Linux</h2>
|
|
<a class=center href=downloads/SnootGame-Patch8_NewYears-linux.tar>Direct Download</a>
|
|
<a class=center href=https://secureupdates.snootgame.xyz/SnootGame-Update7_Fangsgiving-linux.tar.bz2.torrent>Torrent Download</a>
|
|
</div>
|
|
<div style="float: left;width:25%;">
|
|
<h2 style="margin-bottom:5px;">MacOS</h2>
|
|
<a class=center href=downloads/SnootGame-Patch8_NewYears-mac.zip>Direct Download</a>
|
|
<a class=center href=https://secureupdates.snootgame.xyz/SnootGame-Update7_Fangsgiving-mac.zip.torrent>Torrent Download</a>
|
|
</div>
|
|
<div style="float: left;width:25%;">
|
|
<h2 style="margin-bottom:5px;">Android</h2>
|
|
<a class=center href=downloads/cavemanon.snootgame-release.apk>Direct Download</a>
|
|
<a class=center href=https://secureupdates.snootgame.xyz/cavemanon.snootgame.xyz-700-universal-release.apk.torrent>Torrent Download</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|