22 lines
609 B
Text
22 lines
609 B
Text
export interface Input {
|
|
stage: number
|
|
}
|
|
export const meta = { title: 'C O T Y L E D O N' };
|
|
export const theme = {
|
|
bg: '#ff00ff',
|
|
fg: '#000000',
|
|
};
|
|
|
|
<h1>co<br>ty<br>le<br>don</h1>
|
|
|
|
<if=input.stage==0>
|
|
|
|
<p>
|
|
this place is sacred, but dangerous. i have to keep visitors to an absolute minimum; you'll get dust on all the artifacts.
|
|
</p><p>
|
|
by entering our museum, you agree not to use your camera. flash off isn't enough; the bits and bytes are alergic even to a camera's sensor
|
|
</p><p>
|
|
<sub>(in english: please do not store downloads after you're done viewing them)</sub>
|
|
</p>
|
|
|
|
</>
|