mutate-a-word/index.html

32 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>mutate-a-word!</title>
</head>
<body>
<section id="header">
<h1>mutate-a-word!</h1>
<div id="input-line">
<button class="starting-regen hidden">🔄</button>
<input type="text" id="starting-word" placeholder="e.g. rockets" />
<button id="starting-regen">🔄</button>
</div>
</section>
<section id="mutations">
<em>Mutations will appear here</em>
</section>
<footer>
<p>Built with ♥️ by <a href="https://starbeamrainbowlabs.com/"><img src="https://starbeamrainbowlabs.com/images/sbrl/SBRL-Small-64.png" class="icon" /> Starbeamrainbowlabs</a>. Source: <a target="_blank" href="https://git.starbeamrainbowlabs.com/sbrl/mutate-a-word"><img src="https://starbeamrainbowlabs.com/images/logos/git.svg" class="icon" alt="source code on my personal git server" /></a></p>
</footer>
<!---------------->
<link rel="stylesheet" href="./css/theme.css" />
<script src="./js/index.mjs" charset="utf-8" type="module"></script>
</body>
</html>