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.
21 lines
840 B
HTML
21 lines
840 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Snoot Game</title>
|
|
<link href=style.css rel="stylesheet" type="text/css" media="all">
|
|
<link href=favicon.webp rel="shortcut icon" type="image/png">
|
|
</head>
|
|
<body>
|
|
<h1>Changes - The Monster Update (Patch 6)</h1>
|
|
<ul>
|
|
<li>NTR Stella has been banished</li>
|
|
<li>Bonus Chapter button flashes when you get a new chapter</li>
|
|
<li>Music properly stops after Ending 3</li>
|
|
<li>Fang has her pendant in the bonus chapters</li>
|
|
</ul>
|
|
<p>To receive more information about the game and its further development (along with other projects), subscribe to our <a href=https://snootgame.xyz/HowToRss.html>RSS Feed!</a></p>
|
|
</body>
|
|
</html>
|