trunk
vilmibm 2022-04-25 22:23:07 +00:00
parent 8b120e2112
commit ae0bbce795
2 changed files with 4 additions and 2 deletions

View File

@ -12,8 +12,10 @@ td {
vertical-align:top; vertical-align:top;
} }
td p { #lights {
word-wrap:anywhere; word-wrap:anywhere;
border: 4px solid black;
padding: 2px;
} }
a { a {

View File

@ -23,7 +23,7 @@
<p>a dot is a user. + means they've established a webpage. * means they are logged into <p>a dot is a user. + means they've established a webpage. * means they are logged into
the server.</p> the server.</p>
<p> <p id="lights">
{{ .Lights }} {{ .Lights }}
&lt;3 &lt;3
</p> </p>