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:
siteroot:
build: .
container_name: truyen-web
labels:
- "traefik.http.routers.siteroot.rule=Host(`truyen.network`) && PathPrefix(`/`)"
- "traefik.http.routers.siteroot.entrypoints=websecure"

View File

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

View File

@ -12,8 +12,11 @@
<h1>Truyen home</h1>
<h2>Status:</h2>
<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://willem.truyen.network">willem.truyen.network</a>
<a href="https://tds.truyen.network">tds.truyen.network</a>
</main>
</body>