diff options
author | Florian Steinel <fsteinel-git@github.com.flonet.net> | 2017-01-09 08:37:54 +0100 |
---|---|---|
committer | nutzer <you@domain.com> | 2017-01-09 08:37:54 +0100 |
commit | ecbaf760902a42482da0fb1c981b619c88326790 (patch) | |
tree | b28e11e7acdfcb111ed8c13262427aa1a2c0d74e | |
parent | dd24a2ea37c826d3c8f47f9d0fdc2b296a4ffaa2 (diff) |
change to schema less URL
https://tools.ietf.org/html/rfc3986#section-4.2
https://stackoverflow.com/questions/4831741/can-i-change-all-my-http-links-to-just
geƤndert: numnodes.template
-rw-r--r-- | numnodes.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numnodes.template b/numnodes.template index 27ea338..ae205e8 100644 --- a/numnodes.template +++ b/numnodes.template @@ -38,7 +38,7 @@ body{ } </style> </head> -<body><a href="http://mesh.freifunk.in-kiel.de/" target="_blank"> +<body><a href="//mesh.freifunk.in-kiel.de/" target="_blank"> <div class="num"><NUM_NODES></div> <div class="onl">Knoten online</div></a> </body> |