waifuism.life
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
waifuism/home/art/index.html

28 lines
729 B

5 months ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Art</title>
<link rel="stylesheet" href="../../default_style.css">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="../../static/site/favicon.png" type="image/x-icon">
</head>
<body>
<h1>
Sometimes I make things and other times I look at art
</h1>
<div id="menu">
<div>
<h2>Comics</h2>
<h2>Three dee</h2>
<h2>Drawings</h2>
</div>
<div>
<h2>Art friends</h2>
<h2>Inspiration</h2>
<h2>Various</h2>
</div>
</div>
</body>
</html>