-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (22 loc) · 1 KB
/
index.html
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
<!DOCTYPE HTML>
<html lang="ES">
<head>
<title>CD Diocesanos - Club Deportivo</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0, user-scalable=no">
<meta name="robots" content="INDEX,FOLLOW">
<meta name="description" content="Club deportivo Diocesanos. Somos más que deporte.">
<meta name="keywords" content="Diocesanos, club deportivo, avila, deporte, futbol, competicion, partidos">
<meta name="cache-control" content="no-cache">
<meta name="expires" content="0">
<link href="./css/styles.css" rel="stylesheet" type="text/css">
<script src="./js/jquery.js"></script>
<script src="./js/jquery_ui.js"></script>
<script src="./js/general.js"></script>
<script src="./cordova.js"></script>
</head>
<body onload="onBodyLoad()">
<iframe id="contenido" style="width:100%; height: 100%; border: 0;background:url(./resources/images/general/loader.gif) no-repeat center">
</iframe>
</body>
</html>