Files
mainwebsite/blog.html
SrIzan10 2a313d88b7 a
2021-04-03 12:10:13 +02:00

23 lines
978 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="../favicon.jpg"/>
<link href="../css/addaptphone.css" rel="stylesheet" type="text/css">
<!--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>
</script>
<style>
</style>
</head>
<body>
<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>