-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·41 lines (41 loc) · 1.99 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Länderprofil USA</title>
<link href="//googleknowledge.github.io/qlabel/lib/jquery.uls/css/jquery.uls.css" rel="stylesheet"/>
<link href="//googleknowledge.github.io/qlabel/lib/jquery.uls/css/jquery.uls.grid.css" rel="stylesheet"/>
<link href="//googleknowledge.github.io/qlabel/lib/jquery.uls/css/jquery.uls.lcd.css" rel="stylesheet"/>
<link rel="stylesheet" href="index.css" />
<script src="//googleknowledge.github.io/qlabel/lib/jquery-1.10.2.min.js"></script>
<script src="//googleknowledge.github.io/qlabel/src/jquery.qlabel.js"></script>
<script src="//googleknowledge.github.io/qlabel/lib/jquery.uls/src/jquery.uls.data.js"></script>
<script src="//googleknowledge.github.io/qlabel/lib/jquery.uls/src/jquery.uls.data.utils.js"></script>
<script src="//googleknowledge.github.io/qlabel/lib/jquery.uls/src/jquery.uls.lcd.js"></script>
<script src="//googleknowledge.github.io/qlabel/lib/jquery.uls/src/jquery.uls.languagefilter.js"></script>
<script src="//googleknowledge.github.io/qlabel/lib/jquery.uls/src/jquery.uls.regionfilter.js"></script>
<script src="//googleknowledge.github.io/qlabel/lib/jquery.uls/src/jquery.uls.core.js"></script>
<script src="index.js"></script>
</head>
<body>
<div>
<span class="uls-trigger">Select language</span>
</div>
<div class="content">
<h1><span class="qlabel c1" its-ta-ident-ref="http://www.wikidata.org/entity/Q658274">index</span></h1>
<ul>
<li>
<span class="qlabel c1" its-ta-ident-ref="http://www.wikidata.org/entity/Q329823">population pyramid</span>
<img src="../US/PopPyramid.svg" width="200" height="200" >
</li>
<li>
<span class="qlabel c1" its-ta-ident-ref="http://www.wikidata.org/entity/Q22656">Oil </span><span class="qlabel c1" its-ta-ident-ref="http://www.wikidata.org/entity/Q55649536">balance</span>
<img src="../US/OilBalance.svg" width="200" height="200" >
</li>
</ul>
</div>
<footer>
<br>
</footer>
</body>
</html>