about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xindex.php7
-rw-r--r--tilde.css1
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://&lt;user&gt;.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;
d'>de36484 ^
0f8b7a1 ^
ef6178a ^
0f8b7a1 ^


11f0a72 ^
0f8b7a1 ^
de36484 ^


0f8b7a1 ^



















e780c6e ^
0f8b7a1 ^







11f0a72 ^
0f8b7a1 ^


52a97c0 ^
de36484 ^


0f8b7a1 ^






de36484 ^




52a97c0 ^
de36484 ^

0f8b7a1 ^
de36484 ^

0f8b7a1 ^




11f0a72 ^
0f8b7a1 ^



0f8b7a1 ^

e780c6e ^



ef6178a ^
52a97c0 ^



0f8b7a1 ^







24daef8 ^
13ba53c ^








24daef8 ^


24dfc47 ^
24daef8 ^

24dfc47 ^
24daef8 ^
52a97c0 ^






24daef8 ^









1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148