add the art section

This commit is contained in:
biglyderv 2025-03-17 05:04:58 -04:00
parent 7e267b4a43
commit 27cb585750
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
3 changed files with 117 additions and 1 deletions

28
docs/art.html Normal file
View file

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<title>Dervland</title>
<link rel="stylesheet" href="index.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class='main'>
<h1 class='header'>BiglyDerv's Art Space</h1>
<div class='scroller'>
<img class='item-img item-ico' src="https://dervland.net/files/derv/doowie.svg">
<img class='item-img item-ico' src="https://dervland.net/files/derv/icon.svg">
</div>
<h2 class='header'>Elemental on Discord</h1>
<div class='scroller'>
<img class='item-img item-ico' src="https://dervland.net/files/elemental/egg_nerd.svg">
<img class='item-img item-ico' src="https://dervland.net/files/elemental/egg_troll.svg">
<img class='item-img item-ico' src="https://dervland.net/files/elemental/eod.svg">
<img class='item-img item-ico' src="https://dervland.net/files/elemental/eod_everywhere.svg">
</div>
</div>
</body>
</html>