blob: f1e42dc846fa2c2b6690bf446d7d115f9795c981 (
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
|
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="fontface.css">
</head>
<body>
<div class="mainflex">
<img src="mayura.gif" class="mayura">
<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"></a>
</footer>
</body>
</html>
|