add default style, change title for text so logo can wiggle

This commit is contained in:
waifu 2024-04-27 00:22:14 -03:00
parent 38296f972e
commit cc856f094c

View file

@ -6,10 +6,18 @@
<title>Home??</title>
<link rel="icon" href="../static/site/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="../default_style.css">
</head>
<body>
<img src="start.png" alt="">
<div id="main">
<div id="title">
<div>
<img src="../static/site/logo.png">
</div>
<div>
<h1>Pick something?</h1>
</div>
</div>
<div id="menu">
<div id="image-container">
<img src="empty.png" id="large-image">
@ -21,7 +29,7 @@
<a href="./stuff/index.html" class="seed" id="stuff"><img src="seed.png"></a>
</div>
</div>
</div>
<script>const menuItems = document.querySelectorAll('.seed');
const largeImage = document.getElementById('large-image');