-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.php
More file actions
executable file
·30 lines (25 loc) · 1.48 KB
/
head.php
File metadata and controls
executable file
·30 lines (25 loc) · 1.48 KB
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
26
27
28
29
30
<TITLE>Desde Chipiona, Web oficial</TITLE>
<META charset="utf-8" />
<META name="author" lang="es" content="Raúl Caro Pastorino, tecnico@fryntiz.es" />
<META name="organization" content="fryntiz" />
<META name='copyright' content='DesdeChipiona' />
<META name='language' content='ES' />
<META name="robots" content="index, follow" />
<META name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
<META property='fb:admins' content='fryntiz' />
<META property="og:locale" content="es_ES" />
<META property="og:locale:alternate" content="es_LA" />
<META property='og:url' content='http://www.desdechipiona.es/' />
<META property='og:site_name' content='Desde Chipiona' />
<META property='og:type' content='website' />
<META name="twitter:card" content="summary" />
<META name="twitter:site" content="@fryntiz" />
<META name="twitter:creator" content="@fryntiz" />
<META name='twitter:image' content='http://www.desdechipiona.es/images/logo.png' />
<LINK rel="shortcut icon" href="./images/favicon.png"/>
<LINK href="CSS/styles.css" rel="stylesheet" type="text/css" media="screen" />
<LINK href="CSS/high.css" rel="stylesheet" type="text/css" media="screen and (min-width:981px)" />
<LINK href="CSS/medium.css" rel="stylesheet" type="text/css" media="screen and (min-width: 481px) and (max-width: 980px)" />
<LINK href="CSS/mini.css" rel="stylesheet" type="text/css" media="screen and (max-width: 480px)" />
<SCRIPT src="JS/scripts.js"></SCRIPT>
<SCRIPT src="JS/jquery.js"></SCRIPT>