chore: content update

This commit is contained in:
Ward Truyen 2024-09-09 21:35:51 +02:00
parent 9519d5db8b
commit 22b664f6b2
3 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,7 @@
services: services:
siteroot: siteroot:
build: . build: .
container_name: truyen-web
labels: labels:
- "traefik.http.routers.siteroot.rule=Host(`truyen.network`) && PathPrefix(`/`)" - "traefik.http.routers.siteroot.rule=Host(`truyen.network`) && PathPrefix(`/`)"
- "traefik.http.routers.siteroot.entrypoints=websecure" - "traefik.http.routers.siteroot.entrypoints=websecure"

View File

@ -22,6 +22,7 @@ main {
width: 80%; width: 80%;
padding: 10px; padding: 10px;
min-height: 40%; min-height: 40%;
overflow-y: scroll;
/* colors */ /* colors */
border: 1px solid darkblue; border: 1px solid darkblue;
background-color: white; background-color: white;

View File

@ -12,8 +12,11 @@
<h1>Truyen home</h1> <h1>Truyen home</h1>
<h2>Status:</h2> <h2>Status:</h2>
<p class="text-red">Under construction</p> <p class="text-red">Under construction</p>
<h2>Links</h2> <h2>Subdomains</h2>
<a href="https://git.truyen.network">git.truyen.network</a>
<a href="https://ward.truyen.network">ward.truyen.network</a> <a href="https://ward.truyen.network">ward.truyen.network</a>
<a href="https://willem.truyen.network">willem.truyen.network</a>
<a href="https://tds.truyen.network">tds.truyen.network</a>
</main> </main>
</body> </body>