moss-n-puddles/web/templates/website/index.html
2025-06-19 12:58:39 -07:00

52 lines
2 KiB
HTML

{% load static sekizai_tags %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Sitting on Moss & Jumping in Puddles</title>
<meta name="description" content="My cozy escape from the world." />
<!-- title -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap" rel="stylesheet">
<!-- rest of the words -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Merienda:wght@300..900&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{% static "website/css/website.css" %}" />
<style rel="stylesheet" type="text/css" >
{% include "website/custom.css" %}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="/img/dragon-head.svg" />
<link rel="icon" href="/img/dragon.svg" />
<link rel="me" href="https://pdx.sh/@howard" />
<meta http-equiv="X-Clacks-Overhead" content="Rick Cooper" />
<meta http-equiv="X-Clacks-Overhead" content="Darol Allen" />
<meta http-equiv="X-Clacks-Overhead" content="George Vanecek" />
<meta http-equiv="X-Clacks-Overhead" content="Terry Pratchett" />
</head>
<body>
</head>
<body>
<h1>Sitting on Moss &nbsp; &nbsp;<br/>&<br/> &nbsp; Jumping in Puddles</h1>
<p class="buttons">
{% if webclient_enabled %}
<a href="/cozy{% url 'webclient:index' %}"
class="playbutton" id="play">Enter a cozy world...</a>
{% endif %}
&nbsp; &nbsp; &nbsp; &nbsp;
<a href="/cozy-players-guide" target="_blank"
class="playbutton" id="instructions">Wait, what is this?</a>
</p>
</body>
</html>