-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (38 loc) · 1.55 KB
/
index.html
File metadata and controls
47 lines (38 loc) · 1.55 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
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<img class="myicon" src="images/jayensee.png" alt="Jayensee Logo" width=50 height=50>
<a href="https://www.youtube.com/@Jayensee"><img class="yt" src="images/yt.png" alt="YouTube Logo" width=50
height=50></a>
<a href="https://www.youtube.com/@Jayensee">
<h2 class="yttext">Youtube</h2>
</a>
<a href="https://github.com/Jayensee"><img class="gh" src="images/github.png" alt="GitHub Logo" width=50
height=50></a>
<a href="https://github.com/Jayensee">
<h2 class="ghtext">GitHub</h2>
</a>
<a href="sheets.html"><img class="sheets" src="images/sheets.png" alt="Sheets Logo" width=50 height=50></a>
<a href="sheets.html">
<h2 class="sheetstext">Sheets</h2>
</a>
<a href="https://twitter.com/JayenseeLoL"><img class="twitter" src="images/x.png" alt="X Logo" width=50
height=50></a>
<a href="https://twitter.com/JayenseeLoL">
<h2 class="twittertext">X</h2>
</a>
<a href="https://bsky.app/profile/jayensee.bsky.social"><img class="bsky" src="images/bsky.png" alt="Bluesky Logo" width=50
height=50></a>
<a href="https://bsky.app/profile/jayensee.bsky.social">
<h2 class="bskytext">Bluesky</h2>
</a>
<a href="desmos.html"><img class="desmos" src="images/desmos.png" alt="Desmos Logo" width=50 height=50></a>
<a href="desmos.html">
<h2 class="desmostext">Desmos</h2>
</a>
</body>
</html>