fix directory structure

This commit is contained in:
biglyderv 2025-03-17 23:02:19 -04:00
parent 27a83ae350
commit afc7aca8e0
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
15 changed files with 0 additions and 0 deletions

28
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'><a href='index.html' class='link'>BiglyDerv</a>'s Art Space</h1>
<div class='scroller'>
<img class='item-img item-ico' src="art/doowie.svg">
<img class='item-img item-ico' src="art/icon.svg">
</div>
<h2 class='header'>Elemental on Discord</h1>
<div class='scroller'>
<img class='item-img item-ico' src="art/egg_nerd.svg">
<img class='item-img item-ico' src="art/egg_troll.svg">
<img class='item-img item-ico' src="art/eod.svg">
<img class='item-img item-ico' src="art/eod_everywhere.svg">
</div>
</div>
</body>
</html>