blob: 96c9a95c0021e92abd1a1cb9cefd6be913110e2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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=Itim&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css"></link>
</head>
<body>
<div class="mainflex">
<img src="mayura.gif" class="mayura"></img>
<nav class="header-right">
<a href="#default">Home</a>
<a href="https://git.0010440.xyz">Git</a>
<a href="#default">Contact</a>
</nav>
</div>
<footer>
<br>
<a href="https://0010440.xyz"> <img src="button1.png"></img></a>
</footer>
</body>
</html>
|