mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-28 03:12:28 +00:00
25 lines
840 B
HTML
25 lines
840 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 name="Projects - Sr Izan's Website." content="Projects of Sr Izan" />
|
|
<link rel="canonical" href="https://srizan.ml/projects/index.html" />
|
|
<title>Projects | Sr Izan's Website</title>
|
|
<!--Scripts and styles-->
|
|
<script>
|
|
</script>
|
|
<style>
|
|
.projectscap{
|
|
text-align: center;
|
|
font-size: 42px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1 class="projectscap">Projects</h1>
|
|
</body>
|
|
</html> |