removed stupid stuff i added

line 17 is the start of /website-testing/?????
This commit is contained in:
2023-05-20 18:51:07 +01:00
parent a36388897d
commit f59bd4189b
2 changed files with 3 additions and 8 deletions

View File

@@ -10,13 +10,11 @@
<p> <p>
<b>Directory Tree</b><br> <b>Directory Tree</b><br>
<a href="https://neon443.github.io">https://neon443.github.io</a><br> <a href="https://neon443.github.io">https://neon443.github.io</a><br>
├─<a href="https://neon443.github.io/MacDirtyCow-AltSource/">MacDirtyCow-AltSource</a><br>
├─<a href="https://neon443.github.io/Musics-info/">Musics-info</a><br> ├─<a href="https://neon443.github.io/Musics-info/">Musics-info</a><br>
├─<a href="https://neon443.github.io/ReProvision/">ReProvision</a><br> ├─<a href="https://neon443.github.io/eagle-craft/">EagleCraft</a><br>
├─<a href="https://neon443.github.io/dir.html">dir.html</a><br>
├─<a href="https://neon443.github.io/eaglercraft-1.5.2-Final-Release/">eaglercraft-1.5.2-Final-Release</a><br>
├─<a href="https://neon443.github.io/neon443.github.io/">neon443.github.io</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> └─<a href="https://neon443.github.io/webpage-testing/">webpage-testing</a><br>
├─
</p> </p>
</body> </body>
</html> </html>

View File

@@ -1,8 +1,6 @@
*{ *{
box-sizing: border-box; box-sizing: border-box;
} margin: 0;
b body p h1 h2 h3{
margin: 0px;
} }
b{ b{
color: #007AFF color: #007AFF
@@ -11,7 +9,6 @@ body{
background-color: #f2f2f2; background-color: #f2f2f2;
color: #333333; color: #333333;
font-family: system-ui; font-family: system-ui;
margin: 0px;
height: 100%; height: 100%;
} }
p{ p{