summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..96c9a95
--- /dev/null
+++ b/index.html
@@ -0,0 +1,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>