-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
52 lines (51 loc) · 1.81 KB
/
index.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Cami's world!</title>
</head>
<body>
<nav class = "navbar">
<td>
<span class="current">[HOME]</span>
<a href="music.html">MUSIC</a>
<a href="links.html">LINKS</a>
</td>
</nav>
<div id="audiobtn" class="audiobtn">
<p style="padding-left:8px;padding-right:8px">music</p>
<audio id="audio" src="./ida deerz - idaidaida II - 08 ask dennis! (ft. snazztacular & Dorkus64).mp3" controls></audio>
</div>
<div id="container" class="container">
<h1><center>WELCOME TO PUPPYGIRL.SITE!!!</center></h1>
<hr>
<p1><center>this is where camis stuff online lives basically :p</center></p1>
<div class="bio">
<div class="pfp">
<img src="./pfp.jpg">
</div>
<div class="bio-text">
<p>Hey! I’m cami (She/her) and you’re on my website!! (Duh)</p>
<p>Have a look around and stay as long as you’d like! :3c</p>
<p>While you’re at it if you could check out my music that would be greatly appreciated!</p>
<p>(Currently only some demos there but I’ll work on it!)</p>
<p>If you'd like to contact me, you can do so via <a href="mailto://[email protected]">email</a> or via my discord: <span style="color:#5561EA">d3drat</span></p>
</div>
</div>
</div>
<footer class="credit">
<p>Made with help from <a href="https://neomoth.dev" target="_blank">neomothdev</a></p>
</footer>
<footer class="footer" id="footer">
<span class="footer-text">
<p class="rainbow">silly blinkies go brrrr</p>
</span>
<div id="scroller" class="scroller">
</div>
</footer>
</body>
<script src="scroll.js"></script>
<script src="music.js"></script>
</html>