2015-03-29 12:43:02 +00:00
<!DOCTYPE html>
2018-03-23 23:27:46 +00:00
< html itemscope itemtype = "http://schema.org/WebPage" >
2016-05-22 12:51:30 +00:00
< head >
< meta charset = "utf-8" >
2016-06-24 15:13:18 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, user-scalable=no" >
2018-03-23 23:27:46 +00:00
<!-- <meta name="image" content="https://regensburg.freifunk.net/meshviewer/apple - touch - icon.png"> -->
< meta itemprop = "name" content = "Freifunk Meshviewer" >
< meta name = "description" itemprop = "description" content = "Freifunk Knotenkarte - Zeigt alle Knoten, Statistiken und Verbindungen auf Karte oder Topologie" >
<!-- Uncomment & adjust local urls -->
<!-- <meta itemprop="image" content="https://regensburg.freifunk.net/meshviewer/android - chrome - 512x512.png"> -->
<!-- <meta property="business:contact_data:locality" content="Regensburg"> -->
<!-- <meta property="business:contact_data:region" content="Bayern"> -->
< meta property = "business:contact_data:country_name" content = "Germany" >
< meta name = "twitter:card" content = "summary" >
< meta name = "twitter:site" content = "@freifunk" >
< meta name = "og:title" content = "Freifunk Meshviewer" >
< meta name = "og:description" content = "Freifunk Knotenkarte - Zeigt alle Knoten, Statistiken und Verbindungen auf Karte oder Topologie" >
<!-- <meta name="og:image" content="https://regensburg.freifunk.net/meshviewer/android - chrome - 512x512.png"> -->
<!-- <meta name="og:url" content="https://regensburg.freifunk.net/meshviewer/"> -->
< meta name = "og:site_name" content = "Freifunk Meshviewer" >
< meta name = "og:type" content = "website" >
2017-03-22 22:13:37 +00:00
< link rel = "stylesheet" href = "main.css" inline >
< link rel = "stylesheet" class = "css-mode night" media = "not" href = "night.css" inline >
<!-- inject:config -->
<!-- contents of html partials will be injected here -->
<!-- endinject -->
2017-04-30 12:59:39 +00:00
< script src = "vendor/polyfill.js" inline > < / script >
2018-06-25 18:36:21 +00:00
< script src = "vendor/promise/polyfill.js" inline > < / script >
2016-05-22 12:51:30 +00:00
< script src = "app.js" > < / script >
< / head >
< body >
2017-02-24 22:43:39 +00:00
< div class = "loader" >
< p >
Lade< br / >
2017-10-21 00:06:42 +00:00
< img inline src = "logo.svg" class = "spinner" alt = "Loading ..." / >
2017-03-27 19:34:02 +00:00
< br / >
2017-02-24 22:43:39 +00:00
Karten & Knoten...
< / p >
< noscript >
< strong > JavaScript required< / strong >
< / noscript >
< / div >
2016-05-22 12:51:30 +00:00
< / body >
2015-03-29 12:43:02 +00:00
< / html >