diff options
-rwxr-xr-x | index.php | 7 | ||||
-rw-r--r-- | tilde.css | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/index.php b/index.php index aae3fdc..081f88b 100755 --- a/index.php +++ b/index.php @@ -6,7 +6,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>tilde.institute :: Public-access OpenBSD machine</title> + <title>tilde.institute :: Public-access OpenBSD system</title> <link rel="stylesheet" href="tilde.css" type="text/css" /> <link rel="icon" type="image/png" href="icon.png" /> </head> @@ -15,10 +15,9 @@ <div id="container"> <?php include("header.html"); ?> <div id="front-content"> - <p>Welcome to tilde.institute, a public-access machine in the <a - href="https://tildeverse.org">tildeverse</a>. This is a space for people to + <p>Welcome to tilde.institute, a public-access UNIX system running OpenBSD. This is a space for people to explore the OpenBSD operating system, in addition to exploring the more social - aspects of a multi-user UNIX system.</p> + aspects of a multi-user UNIX system. Gopher and web space, IRC, games, and more are available!</p> <p>User sites are accessible via <code>https://<user>.tilde.institute</code></p> <p style="margin-top:-1.0rem">A list of user gopherholes is available at <code>gopher://tilde.institute</code></p> diff --git a/tilde.css b/tilde.css index f187bef..16f1f09 100644 --- a/tilde.css +++ b/tilde.css @@ -23,7 +23,6 @@ body { width: 100%; } #navigation td { - border-radius: 1.0rem; text-align: center; vertical-align: center; height: 1.5em; |