Files
mainwebsite/index.html
2022-11-18 19:41:31 +01:00

26 lines
1.2 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css"/>
<title>Sr Izan's Website</title>
<script async defer data-website-id="c1600752-83dd-4702-a53e-54c29b95cd9c" src="https://analytics.srizan.ml/umami.js"></script>
</head>
<body>
<h1>Sr Izan's Website</h1>
<p>My old website sucks, so I changed it to this one. Hope you like it! heheh.</p>
<a href="https://github.com/SrIzan10" rel="me">
<img src="https://github.com/SrIzan10.png"/>
</a>
<h2>A very experienced developer™</h2>
<h2>made by a guy called <a href="https://willysuna.dev">willysuna</a> THANKS!</h2>
<center><a href="mailto:izan@srizan.ml" rel="me">Email</a></center>
<center><a href="https://twitter.com/itssrizan" rel="me">Twitter</a></center>
</body>
</html>