-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 755 Bytes
/
index.html
File metadata and controls
25 lines (24 loc) · 755 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>my bio</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="sexy.png" type="image/png" />
</head>
<body class="dark-mode blurred">
<div class="entry-overlay">
<div class="click-me-btn">CLICK ME!!!</div>
</div>
<div class="snowflakes"></div>
<div class="theme-toggle">
<button id="theme-btn">☀️</button>
</div>
<h1>my bio</h1>
<div class="container">
<div class="message-holder"></div>
<p class="rig">sybau wtf are you typing, less than 60 charecters pls</p>
<input class="aura" type="text" placeholder="Type something..." />
</div>
<script src="indez.js"></script>
</body>
</html>