-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-sharded.html
91 lines (77 loc) · 2.52 KB
/
index-sharded.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
/*padding-top: 50px;*/
padding-bottom: 20px;
}
</style>
<link rel="stylesheet" href="css/main.min.css">
</head>
<body>
<script type="text/template" id="js_news">
<div class="row article hideAnimation">
<div class="col-md-5 js_image">
</div>
<div class="col-md-7">
<h6 class="js_date"></h6>
<h6 class="js_tag"></h6>
<h3 class="js_headline"></h3>
<p class="js_short"></p>
</div>
</div>
</script>
<div class="row">
<div class="col-md-4 js_container js_politik">
<h2 class="js_streamname"></h2>
<!-- Example row of columns -->
</div>
<div class="col-md-4 js_container js_wirtschaft">
<h2 class="js_streamname"></h2>
<!-- Example row of columns -->
</div>
<div class="col-md-4 js_container js_kultur">
<h2 class="js_streamname"></h2>
<!-- Example row of columns -->
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="js/main.js"></script>
<!--
BAQEND
-->
<script src="js/baqend-2.1.0.min.js"></script>
<script src="js/baqend-sharded.js"></script>
<!--
PARSE
<script type="text/javascript" src="//www.parsecdn.com/js/parse-1.3.1.min.js"></script>
<script src="js/parse.js"></script>
-->
<!--
KINVEY
<script src="//da189i1jfloii.cloudfront.net/js/kinvey-html5-1.1.8.min.js"></script>
<script src="js/kinvey.js"></script>
-->
<!--
AZURE
<script src='//ajax.aspnetcdn.com/ajax/mobileservices/MobileServices.Web-1.2.7.min.js'></script>
<script src="js/azure.js"></script>
-->
<!--
APIOMAT
<script src="js/apiomat.js"></script>
<script src="js/apiomat_funcs.js"></script>
-->
</body>
</html>