mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
19 lines
681 B
HTML
19 lines
681 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<link rel="icon" type="image/png" href="https://srizan.ml/favicon.jpg"/>
|
|
<link href="https://srizan.ml/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 name="Home - Sr Izan's Website." content="Homepage for Sr Izan's Website" />
|
|
<title>Sr Izan's Website</title>
|
|
<!--Scripts and styles-->
|
|
<script>
|
|
</script>
|
|
<style>
|
|
</style>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |