mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
fixed padding issues
tweaked colors for higher contrast
changed favicon.ico > main-fav.ico
addted "Tips"
added lerem ipsum waffle to test navbar
added nav bar
"neon443"
nav bar is also transparent
text can be seen through it
content is not pushed below navbar
28 lines
1.4 KiB
HTML
28 lines
1.4 KiB
HTML
<html>
|
|
<head>
|
|
<title>neon443</title>
|
|
<link rel="icon" type="image/x-icon" href="./images/main-fav.ico">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="./style.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<h1>neon443</h1>
|
|
<p>
|
|
<b>Directory Tree</b><br>
|
|
<a href="https://neon443.github.io">https://neon443.github.io</a><br>
|
|
├─<a href="https://neon443.github.io/Musics-info/">Musics-info</a><br>
|
|
├─<a href="https://neon443.github.io/eagle-craft/">EagleCraft</a><br>
|
|
├─<a href="https://neon443.github.io/neon443.github.io/">neon443.github.io</a><br>
|
|
└─<a href="https://neon443.github.io/webpage-testing/">webpage-testing</a><br>
|
|
├─
|
|
</p><br>
|
|
<h3><b>Tips:</b></h3>
|
|
<p>
|
|
This site Dark Mode friendly - no more dark mode extensions needed!<br>
|
|
Try viewing this site on a mobile phone or resize the browser window - The page automagically fits the device's screen nicely
|
|
</p>
|
|
<p>
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
</p>
|
|
</body>
|
|
</html> |