1
0
Sunny 2 rokov pred
rodič
commit
5932dd1700
2 zmenil súbory, kde vykonal 6 pridanie a 4 odobranie
  1. 4 0
      assets/style.css
  2. 2 4
      pages/index.php

+ 4 - 0
assets/style.css

@@ -97,6 +97,10 @@ a {
   text-decoration: initial;
 }
 
+p a {
+  text-decoration: underline;
+}
+
 ::selection {
   background: var(--color);
   color: var(--background);

+ 2 - 4
pages/index.php

@@ -44,11 +44,9 @@
 
 <h2>Is Tent open-source?</h2>
 <p>
-  Tent is still in early development.
+  Tent's source code can be found at <a href="https://codeberg.org/sun/Tent">Codeberg</a>.
   <br>
-  Once it is relatively mature, its source code will be released on Codeberg.
-  <br>
-  You will be able to run it using PHP and its cURL and XML extensions.
+  To run it, download the repository, install PHP and its cURL and XML extensions and point your server to <code>pages</code>.
 </p>
 
 <?php include "../elements/footer.php" ?>