add default style, change title for text so logo can wiggle
This commit is contained in:
parent
38296f972e
commit
cc856f094c
1 changed files with 11 additions and 3 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue