]> jxnshi.xyz Git - jxnshi.xyz.git/commitdiff
Add cool sites
authorjxnshi <jxnshi@proton.me>
Sun, 12 Jan 2025 12:13:50 +0000 (12:13 +0000)
committerjxnshi <jxnshi@proton.me>
Sun, 12 Jan 2025 12:13:50 +0000 (12:13 +0000)
public/index.html
public/style.css

index b9472ae9dc530229a00427cb7a7fdcc03d7924b9..1c5f2f8e080f74419ba08e8da567bdd40bfaf729 100644 (file)
@@ -5,6 +5,14 @@
         donation.
     </p>
 </div>
+<div>
+    <h2>Cool sites</h2>
+    <ul>
+        <li><a href="https://kyun.host" target="blank_">kyun.host</a></li>
+        <li><a href="https://randall0755.neocities.org" target="blank_">randall0755</a></li>
+        <li><a href="https://yesterweb.org/no-to-web3" target="blank_">no-to-web3</a></li>
+    <ul>
+</div>
 <div>
     <div id="donation-div">
         <div>
index efb29fad6486515671c1e9e7963ae049c50ad5f3..893ca04d836a7127b54197906d36c3fcffd1cbf6 100644 (file)
@@ -85,9 +85,8 @@ a:hover {
 #content-div > div {
     display: flex;
     flex-direction: column;
-    align-items: center;
     width: 1000px;
-    gap: 20px;
+    gap: 40px;
 }
 
 #donation-div {