This commit is contained in:
SrIzan10
2021-04-03 15:50:15 +02:00
parent 2a313d88b7
commit 1e674878af

View File

@@ -6,7 +6,8 @@
<!--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"/>
<title>Sr Izan's website.</title>
<meta name="Home - Sr Izan's Website." content="Homepage for Sr Izan's Website">
<title>Sr Izan's website.</title>
<!--Scripts and styles-->
<script>
function myFunction() {
@@ -66,10 +67,10 @@ img { border: 0; }
<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="downloads" style="text-decoration: none;"><p style="text-align: center; color: #2E38A8; font-size: 40px;">Downloads</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>
<div class="htmlapprovalcorner"><a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fsrizan.ml%2F" target="_blank" rel="noopener" rel="noreferrer"><img alt="HTML5 badge" src="content/img/badge_html5.svg" width="88" height="31"></a></div>
</body>
</html>