From 6e518a1cc89ae572344a2f550472096ddca62c78 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sun, 14 Feb 2021 00:03:54 -0600 Subject: [PATCH] Add generated by comment --- templates/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/templates/index.html b/templates/index.html index 9454d93..7e815b5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,6 +7,22 @@ font-family: sans-serif; padding: 10px; } + /* https://html.spec.whatwg.org/multipage/rendering.html#phrasing-content-3 */ + .light { + color: #888; + } + .light a { + color: #88f; + } + .light a:hover { + color: #00e; + } + .light a:visited { + color: #a9b; + } + .light a:visited:hover { + color: #518; + } @@ -22,5 +38,6 @@
  • Current players:
    {{.Players}}
  • {{end}} +

    This page maintained by chandlerswift's factorio server list.