the game
This commit is contained in:
parent
9cf83c9cd1
commit
53f85dac3c
2 changed files with 33 additions and 0 deletions
|
@ -12,5 +12,6 @@
|
|||
<p>I write code sometimes</p>
|
||||
<p>Check out some games at <a href="https://games.apach.dev/">games.apach.dev</a></p>
|
||||
<p>Check out my code at my <a href="https://github.com/Apachedrag427">Github</a> and <a href="https://git.apach.dev/apache">Forgejo</a></p>
|
||||
<p>You lost <a href="the-game">The Game</a></p>
|
||||
</body>
|
||||
</html>
|
32
public/the-game.html
Normal file
32
public/the-game.html
Normal file
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
|
||||
<style>
|
||||
span.game {
|
||||
color: var(--blue);
|
||||
}
|
||||
|
||||
p, li {
|
||||
font-size: larger;
|
||||
}
|
||||
</style>
|
||||
<title>Apache</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>What is <span class="game">The Game</span>?</h1>
|
||||
<p><span class="game">The Game</span> is pretty simple, it's a mind game with a few rules</p>
|
||||
<ul>
|
||||
<li>The goal is to not think about <span class="game">The Game</span></li>
|
||||
<li>If you remember <span class="game">The Game</span>, you lose</li>
|
||||
<li>When you lose, you have to announce <em>"I lost <span class="game">The Game</span>"</em> out loud (or whatever other way is convenient)</li>
|
||||
<li>You can't lose again for 30 minutes after remembering <span class="game">The Game</span></li>
|
||||
</ul>
|
||||
<p>Spread the word, spread <span class="game">The Game</span></p>
|
||||
<p>Get the whole world in on this!</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue