|
|
@ -2,9 +2,28 @@
|
|
|
|
<html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<title>Tegaki Tuesday</title>
|
|
|
|
<title>Tegaki Tuesday</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=Nunito:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
|
|
|
|
<link href="/css/style.css" rel="stylesheet">
|
|
|
|
<link href="/css/style.css" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div id="content">
|
|
|
|
|
|
|
|
<nav>
|
|
|
|
|
|
|
|
<a><svg class="svg-inline" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 278.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"></path></svg></a>
|
|
|
|
|
|
|
|
<input type="number">
|
|
|
|
|
|
|
|
<a><svg class="svg-inline" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"></path></svg></a>
|
|
|
|
|
|
|
|
{% if content.song %}
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<span>{{ content.song.japanese }}</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{# <a href="#">Login</a> #}
|
|
|
|
|
|
|
|
<a>
|
|
|
|
|
|
|
|
<span>@mochamoko</span> <img src="https://cdn.discordapp.com/avatars/101938458200641536/dd726225dbf0ae3d7888c6dbfec3eabe.webp?size=1024">
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<h1>Welcome to Tegaki Tuesday #{{ challenge }}!</h1>
|
|
|
|
<h1>Welcome to Tegaki Tuesday #{{ challenge }}!</h1>
|
|
|
|
<a href="/{{ challenge - 1 }}">Previous</a>
|
|
|
|
<a href="/{{ challenge - 1 }}">Previous</a>
|
|
|
|
<a href="/{{ challenge + 1 }}">Next</a>
|
|
|
|
<a href="/{{ challenge + 1 }}">Next</a>
|
|
|
@ -55,5 +74,7 @@
|
|
|
|
{%- if content.suggester -%}
|
|
|
|
{%- if content.suggester -%}
|
|
|
|
<p><em>This challenge was suggested by <strong>{{ content.suggester }}</strong> using the <code>-h suggest</code> command.</code></em></p>
|
|
|
|
<p><em>This challenge was suggested by <strong>{{ content.suggester }}</strong> using the <code>-h suggest</code> command.</code></em></p>
|
|
|
|
{%- endif -%}
|
|
|
|
{%- endif -%}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|