29 lines
562 B
HTML
29 lines
562 B
HTML
|
<!doctype html>
|
||
|
<html lang=en>
|
||
|
<meta charset=utf-8>
|
||
|
<title>kezda</title>
|
||
|
|
||
|
<link rel=stylesheet href=style.css>
|
||
|
<link rel=icon href=icon.webp>
|
||
|
|
||
|
<meta name=viewport content='width=device-width; initial-scale=0.75'>
|
||
|
|
||
|
<header>
|
||
|
<h1 id=top>kezda</h1>
|
||
|
</header>
|
||
|
|
||
|
<section id=info>
|
||
|
<h2>basic info</h2>
|
||
|
|
||
|
<figure id=char-pic class=mainfig>
|
||
|
<img src=kezda.webp srcset='kezda2x.webp 2x'
|
||
|
alt='kezda with their familar poking out of a hole in their hat'>
|
||
|
</figure>
|
||
|
|
||
|
a lil creature
|
||
|
</section>
|
||
|
|
||
|
<footer>
|
||
|
<a href=.. aria-label=back>•</a>
|
||
|
</footer>
|