-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (28 loc) · 830 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "nasinnanpa";
src: url("https://raw.githubusercontent.com/ETBCOR/nasin-nanpa/n4.0.1/versions/nasin-nanpa-4.0.1-UCSUR.otf")
}
body {
font-family: nasinnanpa;
}
</style>
</head>
<h1></h1>
<footer>
<h3>My Links</h3>
<a href="testrss.xml" target="_blank">
<img src="img/RSS.png" alt="RSS" style="height: 50px;">
</a>
<a href="https://dynomitewaffle.itch.io/" target="_blank">
<img src="img/Itch.svg" alt=" Itch.io" style="height:50px;">
</a>
<a href=" https://github.com/DynomiteWaffle" target="_blank">
<img src="img/GitHub.png" alt=" GitHub" style="height:50px;">
</a>
</footer>
<a href="blank">.</a>
</html>