mirror of
http://git.frickel.earth/Tysox/BOS-Pinneberg.git
synced 2025-05-20 23:24:30 +02:00
75 lines
3.0 KiB
PHP
75 lines
3.0 KiB
PHP
<?php
|
|
/**
|
|
* Created by IntelliJ IDEA.
|
|
* User: Christoph
|
|
* Date: 05.02.2018
|
|
* Time: 18:09
|
|
*/
|
|
?>
|
|
<?php include("../config/config.php");?>
|
|
<!doctype html>
|
|
<!--
|
|
Material Design Lite
|
|
Copyright 2015 Google Inc. All rights reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
https://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License
|
|
-->
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="description" content="A front-end template that helps you build fast, modern mobile web apps.">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
|
<title>BOS Funk Pinneberg</title>
|
|
|
|
<link rel="shortcut icon" href="images/favicon.png">
|
|
|
|
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
|
|
<!--
|
|
<link rel="canonical" href="http://www.example.com/">
|
|
-->
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
|
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.blue_grey-blue.min.css" />
|
|
<link rel="stylesheet" href="styles.css">
|
|
<style>
|
|
#view-source {
|
|
position: fixed;
|
|
display: block;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin-right: 40px;
|
|
margin-bottom: 40px;
|
|
z-index: 900;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base">
|
|
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
|
|
<header class="mdl-layout__header mdl-layout__header--scroll mdl-color--primary">
|
|
<div class="mdl-layout--large-screen-only mdl-layout__header-row">
|
|
</div>
|
|
<div class="mdl-layout--large-screen-only mdl-layout__header-row">
|
|
<h3>BOS Funk Pinneberg</h3>
|
|
</div>
|
|
<div class="mdl-layout--large-screen-only mdl-layout__header-row">
|
|
</div>
|
|
<div class="mdl-layout__tab-bar mdl-js-ripple-effect mdl-color--primary-dark">
|
|
<a href="#feuerwehr" class="mdl-layout__tab">Feuerwehr</a>
|
|
<a href="#rettungsdienst" class="mdl-layout__tab">Rettungsdienst</a>
|
|
<a href="#polizei" class="mdl-layout__tab">Polizei</a>
|
|
<a href="#thw" class="mdl-layout__tab">THW</a>
|
|
<a href="#bos" class="mdl-layout__tab">BOS Funk</a>
|
|
</div>
|
|
</header>
|