-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocials1.html
61 lines (37 loc) · 1.52 KB
/
socials1.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
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Socials</title>
<!-- HTML -->
<!-- Custom Styles -->
<!-- Fontgrain font for nav --> <link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/rocketpayzfont" type="text/css"/>
<!-- Single day regular for para's/subheadings --> <link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/single-day-regular" type="text/css"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<ul>
<li><a href="https://lessgoo00.github.io" >Home</a></li>
<li><a href="https://lessgoo00.github.io/songs">My Songs</a></li>
<li><a href="https://lessgoo00.github.io/socials">My Socials</a></li>
</ul>
</nav>
<br> <br> <br> <br> <br> <br>
<h2>Follow me on all my Socials</h2>
<br> <br> <br> <br> <br>
<div class="wrapper">
<a class="indexsongslink" href="songs.html">My Music lol</a>
<br> <br>
<a class="socialslol" href="https://mastodon.social/users/69420pogchamp/">My Tooter</a>
<br> <br>
<a class="socialslol" href="https://pixelfed.social/Poggers696969">My Pixelfed</a>
<br> <br>
<a class="socialslol" href="https://kutt.it/fdroidblog">My Blog</a>
<br> <br>
<a class="socialslol" href="https://kutt.it/fdroidlemmy">My Lemmy Commuity</a>
<br> <br>
<a class="socialslol" href="https://www.bandlab.com/iheartyeets">My Bandlab</a>
</div>