fix: quitar el base href
This commit is contained in:
parent
0805eccb02
commit
576ca3e803
|
@ -1,4 +1,7 @@
|
||||||
# re:log
|
# re:log
|
||||||
|
|
||||||
|
Fork del proyecto https://opendatacity.github.io/relog/ que ha dejado de funcionar
|
||||||
|
|
||||||
## Besucherstromanalyse per re:publica W-LAN
|
## Besucherstromanalyse per re:publica W-LAN
|
||||||
|
|
||||||
http://apps.opendatacity.de/relog/
|
http://apps.opendatacity.de/relog/
|
||||||
|
|
|
@ -4,12 +4,14 @@
|
||||||
<title>re:log - Besucherstromanalyse per re:publica W-LAN</title>
|
<title>re:log - Besucherstromanalyse per re:publica W-LAN</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
<!--
|
||||||
<base href="http://apps.opendatacity.de/relog/" target="_parent">
|
<base href="http://apps.opendatacity.de/relog/" target="_parent">
|
||||||
|
|
||||||
<meta property="og:title" content="re:log - Besucherstromanalyse per re:publica W-LAN" />
|
<meta property="og:title" content="re:log - Besucherstromanalyse per re:publica W-LAN" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="http://apps.opendatacity.de/relog/" />
|
<meta property="og:url" content="http://apps.opendatacity.de/relog/" />
|
||||||
<meta property="og:image" content="http://apps.opendatacity.de/relog/screenshot.png" />
|
<meta property="og:image" content="http://apps.opendatacity.de/relog/screenshot.png" />
|
||||||
|
-->
|
||||||
|
|
||||||
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">
|
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">
|
||||||
<link href="assets/css/index.css" rel="stylesheet" type="text/css">
|
<link href="assets/css/index.css" rel="stylesheet" type="text/css">
|
||||||
|
|
Loading…
Reference in New Issue