Skip to content
Snippets Groups Projects
Select Git revision
  • a7dcb35bdca36d8681fedbf160d1155b5d1e68b4
  • master default protected
  • th/rhel
  • wireguard
4 results

weathermap.html

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    weathermap.html 183 B
    <!doctype html>
    <html>
    <head>
    <title>Weathermap</title>
    <meta http-equiv="refresh" content="300" />
    <meta charset="utf-8" />
    </head>
    <body>
    <img src="weathermap.png">
    </body>
    </html>