Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
<head>
<title>Mateka'te des Chaos Computer Club Mainz e.V.</title>
</head>
<body>
<h1>Mateka'te</h1>
<body style="margin:0px; overflow: hidden;">
<h1 style="margin:5px;">Mateka'te</h1>


<p>
<p style="margin:5px;">
Dies ist die Mateka'te des
<a href="http://www.cccmz.de">Chaos Computer Club Mainz e.V.</a>.
Weitere Informationen gibt dazu gibt es
<a href="http://www.cccmz.de/?page_id=437">hier</a>.
</p>

<a name=map>
<iframe src="./matekate.html" width=100% height=100%></iframe>
<iframe src="./matekate.html" style="height:100%; width:100%; overflow: hidden;"></iframe>
</a>

</body>
Expand Down
4 changes: 2 additions & 2 deletions matekate.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
}
</style>

<script src="http://www.openlayers.org/api/OpenLayers.js">
<script src="//www.openlayers.org/api/OpenLayers.js">
</script>

<script src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js">
<script src="//www.openstreetmap.org/openlayers/OpenStreetMap.js">
</script>

<script type="text/javascript">
Expand Down