-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaultHeadInclude.php
25 lines (19 loc) · 1.32 KB
/
defaultHeadInclude.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<title>Tischfussballen rockt es!</title>
<link rel="shortcut icon" href="resources/kickerSymbol_small_ico.png" />
<meta name="google-site-verification" content="USEfTyMhdFLNGrjrqrUq1_0_8MxHZHVrPENl8zIVryw" />
<meta name="description" content="A map letting you discover table soccer locations." />
<meta name="keywords" content="top table soccer, table soccer, tischfussball, kicker, kickern" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta charset="UTF-8">
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script>-->
<!--<script type="text/javascript" src="jquery-1.6.1.js"></script>-->
<!-- When going online, use these includes -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
<!-- When developing, use these includes -->
<!--
<script type="text/javascript" src="jquery-1.7.1.min.js"></script>
<link rel="stylesheet" href="jquery.mobile-1.0.min.css" />
<script type="text/javascript" src="jquery.mobile-1.0.min.js"></script>
-->