Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomaster95 authored Sep 1, 2024
1 parent 201c203 commit 5223c82
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 88 deletions.
1 change: 0 additions & 1 deletion docs/.files
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
./index.html
./about.html
./bigAsciiArt.txt
./posts/lol.md
./smallAsciiArt.txt
./index.js
./style.css
3 changes: 3 additions & 0 deletions docs/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<h1 style="display: none;"> ARCHIVE </h1>
<ul>
<li><b>[ 2024-09-01] </b><a href="/./posts/lol.html"> Hello!</a>
<h1 style="display: none;"> ARCHIVE </h1>
</ul>
<ul>

</ul>

Expand Down
7 changes: 4 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@
<a href="/about.html">about me</a>
</nav>
<h1 style="display: none;"> HOME </h1>
<strong><u>KEYWORDS</u>: </strong>[ first code features newfeatures ]</p>
<p style="text-align:justified;">This is my first post on this website!<br/>
<h1 style="display: none;"> HOME </h1>
</h1>
<h1 id=" Hello!" style="font-size:1.3em;border-bottom: none; padding-bottom: 0em;">
<a href="/./posts/lol.html"> Hello!</a>
</h1>
<p style="text-align:justified;">This is my first post on this website!<br/>
<strong><u>KEYWORDS</u>: </strong>[ first code features newfeatures ]</p>


<footer>
Expand Down
53 changes: 0 additions & 53 deletions docs/posts/lol.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>https://coderrrrr.site/archive.html</loc><lastmod>2024-09-01</lastmod><priority>1.0</priority></url>
<url><loc>https://coderrrrr.site/index.html</loc><lastmod>2024-09-01</lastmod><priority>1.0</priority></url>
<url><loc>https://coderrrrr.site/about.html</loc><lastmod>2024-09-01</lastmod><priority>1.0</priority></url>
<url><loc>https://coderrrrr.site/posts/lol.html</loc><lastmod>2024-09-01</lastmod><priority>1.0</priority></url>
</urlset>
3 changes: 3 additions & 0 deletions src/archive.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<h1 style="display: none;"> ARCHIVE </h1>
<ul>
<li><b>[ 2024-09-01] </b><a href="/./posts/lol.html"> Hello!</a>
<h1 style="display: none;"> ARCHIVE </h1>
</ul>
<ul>

</ul>
7 changes: 4 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<h1 style="display: none;"> HOME </h1>
<strong><u>KEYWORDS</u>: </strong>[ first code features newfeatures ]</p>
<p style="text-align:justified;">This is my first post on this website!<br/>
<h1 style="display: none;"> HOME </h1>
</h1>
<h1 id=" Hello!" style="font-size:1.3em;border-bottom: none; padding-bottom: 0em;">
<a href="/./posts/lol.html"> Hello!</a>
</h1>
<p style="text-align:justified;">This is my first post on this website!<br/>
<strong><u>KEYWORDS</u>: </strong>[ first code features newfeatures ]</p>

27 changes: 0 additions & 27 deletions src/posts/lol.md

This file was deleted.

0 comments on commit 5223c82

Please sign in to comment.