This commit is contained in:
SrIzan10
2021-04-03 12:10:13 +02:00
parent 631b70f4cc
commit 2a313d88b7
7 changed files with 11 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
<!--If it's a phone, addapt it (and maked some code in css/addaptphone.css to be future-proof)-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="refresh" content="1; url=http://blog.srizan.ml" />
<title>Blog | Sr Izan's Website</title>
<!--Scripts and styles-->
<script>
@@ -14,6 +15,9 @@
</style>
</head>
<body>
<p class="dap">The thing is building, please wait...</p>
<h1>Wait, the site is not working?</h1>
<p>If it does not redirect you is because it's hosted on <a href="https://infinityfree.net">InfinityFree</a> and is frickin' slow!</p>
<p>Sometimes works, sometimes doesn't.</p>
<p>Click <a href="http://blog.srizan.ml">here</a> if it doesn't <a href="https://worproject.ml">WoR</a>k.</p>
</body>
</html>

2
fonts/fonts.txt Normal file
View File

@@ -0,0 +1,2 @@
Kiwi Maru: https://fonts.google.com/specimen/Kiwi+Maru
Retro (Aka. DotGothic16): https://fonts.google.com/specimen/DotGothic16

BIN
fonts/kiwi-maru/light.ttf Normal file

Binary file not shown.

BIN
fonts/kiwi-maru/medium.ttf Normal file

Binary file not shown.

BIN
fonts/kiwi-maru/regular.ttf Normal file

Binary file not shown.

View File

@@ -65,9 +65,9 @@ img { border: 0; }
<br>
<br>
<br>
<a href="blog" style="text-decoration: none;"><p style="text-align: center; color: #a03131; font-size: 40px;">Blog</p></a>
<a href="downloads" style="text-decoration: none;"><p style="text-align: center; color: #1ed8c9; font-size: 40px;">Downloads</p></a>
<a href="blog/" style="text-decoration: none;"><p style="text-align: center; color: #a03131; font-size: 40px;">Blog</p></a>
<a href="bask/" style="text-decoration: none;"><p style="text-align: center; color: #FF0000; font-size: 40px;">Bask</p></a>
<a href="projects/bask" style="text-decoration: none;"><p style="text-align: center; color: #FF0000; font-size: 40px;">Bask</p></a>
<div class="corner"><button onclick="myFunction()">Toggle dark mode</button></div>
<div class="htmlapprovalcorner"><a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fsrizan.ml%2F" target="_blank"><img alt="HTML5 badge" src="content/img/badge_html5.svg" width="88" height="31"></a></div>

View File

@@ -11,8 +11,10 @@
<script>
</script>
<style>
@import url(https://srizan.ml/fonts/light.ttf);
.gohome{
font-size: 23px;
font-family: 'Kiwi Maru', serif;
}
</style>
</head>