website

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 549e1f04f88fdbded8dcfd5a14429d3f442b7797
parent 0b0afa52c50379735ab44ac1922345e2d1b00eca
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Tue, 28 Apr 2026 21:24:20 +0100

made page sick as balls

Diffstat:
Acopy.rc | 3+++
Mindex.html | 5++---
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/copy.rc b/copy.rc @@ -0,0 +1,3 @@ +#!/usr/lib/plan9/bin/rc + +sudo cp -r * /var/www/ diff --git a/index.html b/index.html @@ -3,13 +3,13 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <title>The amazing world of Lucas Standen!</title> + <title>The amazing world of Thing1 and Thing2!</title> <link rel="stylesheet" href="./style.css"> </head> <body> <header> - <h1 class="title">The amazing world of Lucas Standen!</h1> + <h1 class="title">The amazing world of Thing1 and Thing2!</h1> <h2 class="title">A website straight out of 1999</h2> <hr> @@ -20,7 +20,6 @@ <tr> <th><a href="./index.html">Home</a></th> <th><a href="./blog.html">Blog</a></th> - <th><a href="./cv.html">CV</a></th> <th><a href="http://seacrossedlovers.xyz/git">GIT</a></th> </tr> </thead>