diff options
-rw-r--r-- | index.html | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,15 +1,16 @@ +<!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> - <link rel="stylesheet" href="fontface.css"></link> + <link rel="stylesheet" href="style.css"> + <link rel="stylesheet" href="fontface.css"> </head> <body> <div class="mainflex"> - <img src="mayura.gif" class="mayura"></img> + <img src="mayura.gif" class="mayura"> <nav class="header-right"> <a href="#default">Home</a> <a href="https://git.0010440.xyz">Git</a> @@ -19,7 +20,7 @@ <footer> <br> - <a href="https://0010440.xyz"> <img src="button1.png"></img></a> + <a href="https://0010440.xyz"> <img src="button1.png"></a> </footer> </body> |