This commit is contained in:
Oscar Plaisant 2024-01-29 23:41:50 +01:00
parent 79307192b7
commit c724e0d27e
4 changed files with 21 additions and 19 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="../style.css">
<style> * { --font-size: 2.19vw} </style>
<style> * { --font-size: min(4.2vh, 2.19vw)} </style>
<title>oskar's world - home</title>
</head>
<body>
@ -12,18 +12,18 @@
"-. .-"
"-. .-"
"-............................................................-"
: <!-- --> .---. <!-- --> .---.<!-- --> :
-, : <a href="upstairs.html"> _____ </a> :O o: <a href="wc.html"> </a> : * : <a href="living_room.html"> _____ </a> :
: "-.: <a href="upstairs.html"> .-"/___\"-. </a> :T Y: <a href="wc.html">.--------.</a> :/^\. : <a href="living_room.html">.-"||]]_"-.</a> :
: | :: <a href="upstairs.html"> /~~|_____|~~\ </a> :^ ^: <a href="wc.html">! __ !</a> '---'<a href="living_room.html"> /___||]]|]_]\ </a> :
: | :: <a href="upstairs.html">!~~/_______\~~!</a> '"""' <a href="wc.html">! |wc| !</a> <a href="living_room.html">!__'.\|]|]]|]]!</a> :
: | :: <a href="upstairs.html">!~~|_______|~~!</a> <a href="wc.html">! !</a> <a href="living_room.html">! \_.'"""""""!</a> :
:-+-:: <a href="upstairs.html">!~/_________\~!</a> <a href="wc.html">! !</a> <a href="living_room.html">! \\',',',',!</a> :
: | :: <a href="upstairs.html">!~|_________|~!</a> <a href="wc.html">!(0) !</a> <a href="living_room.html">!____\\ , , , !</a> :
: | :: <a href="upstairs.html">!/___________\!</a> <a href="wc.html">! !</a> <a href="living_room.html">!____|L\ , , ,!</a> :
: | :: <a href="upstairs.html">!|___________|!</a> <a href="wc.html">! !</a> <a href="living_room.html">!, \] , , , !</a> :
: |.': <a href="upstairs.html">/_____________\</a> <a href="wc.html">! !</a> <a href="living_room.html">! , °, , , ,!</a> :
:.' ;.,<a href="upstairs.html">|_____________|</a>.,.,...<a href="wc.html">!;;;;;;;;!</a>.,....,<a href="living_room.html">!;,,;,,;,,;,,;!</a>.,:
: <!-- --> .-----.<!-- --> .---.<!-- --> :
-, : <a href="upstairs.html"> _____ </a>: O o/:<a href="wc.html"> </a> : * : <a href="library.html"> _____ </a> :
: "-.: <a href="upstairs.html"> .-"/___\"-. </a>:/TVY :<a href="wc.html">.--------.</a> :/^\. : <a href="library.html">.-"||]]_"-.</a> :
: | :: <a href="upstairs.html"> /~~|_____|~~\ </a>:/"V^\:<a href="wc.html">! __ !</a> '---'<a href="library.html"> /___||]]|]_]\ </a> :
: | :: <a href="upstairs.html">!~~/_______\~~!</a>'"""""'<a href="wc.html">! |wc| !</a> <a href="library.html">!__'.\|]|]]|]]!</a> :
: | :: <a href="upstairs.html">!~~|_______|~~!</a> <a href="wc.html">! !</a> <a href="library.html">! \_.'"""""""!</a> :
:-+-:: <a href="upstairs.html">!~/_________\~!</a> <a href="wc.html">! !</a> <a href="library.html">! \\',',',',!</a> :
: | :: <a href="upstairs.html">!~|_________|~!</a> <a href="wc.html">!(0) !</a> <a href="library.html">!____\\ , , , !</a> :
: | :: <a href="upstairs.html">!/___________\!</a> <a href="wc.html">! !</a> <a href="library.html">!____|L\ , , ,!</a> :
: | :: <a href="upstairs.html">!|___________|!</a> <a href="wc.html">! !</a> <a href="library.html">!, \] , , , !</a> :
: |.': <a href="upstairs.html">/_____________\</a> <a href="wc.html">! !</a> <a href="library.html">! , °, , , ,!</a> :
:.' ;.,<a href="upstairs.html">|_____________|</a>.,.,...<a href="wc.html">!;;;;;;;;!</a>.,....,<a href="library.html">!;,,;,,;,,;,,;!</a>.,:
' .' '.
.' <a href="../index.html"> .-------. </a> '.
.' <a href="../index.html"> | leave | </a> '.

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="../style.css">
<style> * { --font-size: 1.538vw} </style>
<style> * { --font-size: min(3vh, 1.538vw)} </style>
<title>oskar's world - wc</title>
</head>
<body>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<style> * { --font-size: 1.677vw} </style>
<style> * { --font-size: min(3.0vh, 1.677vw)} </style>
<title>oskar's world</title>
</head>
<body>

View File

@ -1,6 +1,7 @@
* {
--animation-duration: 1s;
--font-size: 2vw;
text-align: center
}
@ -19,6 +20,7 @@ pre {
font-weight: bold;
padding: 0;
margin: 0;
}
a {