summaryrefslogtreecommitdiff
path: root/index.html
blob: d470b64928073cfcff8acf5bc5e87c14f9e4c8d7 (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
<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>
	</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>