63 lines
1.5 KiB
Markdown
63 lines
1.5 KiB
Markdown
|
---
|
||
|
title: goodbye cohost
|
||
|
tags: [misc]
|
||
|
date: 2024-10-01
|
||
|
summary: thanks for being a website.
|
||
|
header-includes: |
|
||
|
<style>
|
||
|
@font-face {
|
||
|
font-family: PressStart;
|
||
|
src: url(goodbye-cohost/PressStart2P-Regular.woff2) format('woff2'),
|
||
|
url(goodbye-cohost/PressStart2P-Regular.ttf) format('ttf');
|
||
|
}
|
||
|
.screen {
|
||
|
font-family: PressStart, monospace;
|
||
|
line-height: 2em;
|
||
|
height: 20lh;
|
||
|
width: 28ch;
|
||
|
background: black;
|
||
|
color: white;
|
||
|
padding: 5px;
|
||
|
margin: auto;
|
||
|
white-space: pre;
|
||
|
}
|
||
|
.screen + :is(.screen, audio) { margin-top: 1lh; }
|
||
|
.green { color: #0f0; }
|
||
|
.red { color: #f00; }
|
||
|
.cyan { color: #0df; }
|
||
|
.yellow { color: #ff0; }
|
||
|
.center { width: 7ch; display: block; margin: .5lh auto; }
|
||
|
audio {
|
||
|
display: block;
|
||
|
font-family: PressStart;
|
||
|
width: calc(28ch + 10px);
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
</style>
|
||
|
...
|
||
|
|
||
|
```{=html}
|
||
|
<audio src=goodbye-cohost/hiscore.mp3 controls loop></audio>
|
||
|
<div class=screen> <span class=green>HIGH SCORE</span>
|
||
|
6969420 <span class=yellow>6969420</span>
|
||
|
|
||
|
<span class=red>CONGRATURATIONS !!</span>
|
||
|
|
||
|
<span class=cyan>NOW YOU SAVE EGGBUG
|
||
|
AND
|
||
|
THE ADVENTURE IS OVER
|
||
|
|
||
|
THANK YOU
|
||
|
FROM
|
||
|
WEB SITE jkap
|
||
|
vogon
|
||
|
GRAPHIC DESIGN aidan
|
||
|
MODERATION kaara
|
||
|
AND</span>
|
||
|
AMUSEMENT CREATER
|
||
|
<img src=goodbye-cohost/cohost.svg class=center>
|
||
|
</div>
|
||
|
```
|
||
|
|
||
|
thanks for being a website.
|