-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstars.html
More file actions
36 lines (35 loc) · 1.39 KB
/
stars.html
File metadata and controls
36 lines (35 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<head>
<title>sanika's website !!</title>
<link rel="icon" href="assets/icons+chibis/favicon.ico">
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
</head>
<body>
<nav id="nav">
<a href="index.html" style="display: flex; flex-direction: row; align-items: center; font-size: 1.1em;">
<img class="nav-icon" src="assets/icons+chibis/icon2.png" alt="Tenma Tsukasa chibi icon">
<p>My Website!</p>
</a>
<div class="links" id="links">
<a href="stars.html">the week</a>
<a href="stuff.html">Stuff</a>
<a href="blog.html">sanika's amazing blog which you should totally check out</a>
<button id="lightmodebutton" onclick="lightmode()">Tsukasa mode!</button>
</div>
</nav>
<div class="page">
<h1>heya!</h1>
<h2>here some "stuff of the week" :></h2>
<div class="otw">
<div class="sotw">
</div>
</div>
</div>
<footer>
<p>source code on <a href="https://github.com/humaninexistance/ME" target="_blank">github</a></p>
<p>made with 🫶 by sanika !!</p>
<p>no this isnt vibecoded how dare you</p>
</footer>
</body>
</html>