Skip to content

Commit 03fd703

Browse files
belfius html
1 parent 06bc17d commit 03fd703

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

belfius.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!doctype html>
2+
<html class="no-js" lang="">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="x-ua-compatible" content="ie=edge">
6+
<title>CodeKings</title>
7+
<meta name="description" content="">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
10+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
11+
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
12+
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
13+
<link rel="manifest" href="/manifest.json">
14+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#3c949c">
15+
<meta name="theme-color" content="#3c949c">
16+
<!-- Place favicon.ico in the root directory -->
17+
18+
<link rel="stylesheet" href="css/normalize.css">
19+
<link rel="stylesheet" href="css/main.css">
20+
<link rel="stylesheet" href="css/codekings.css">
21+
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
22+
</head>
23+
<body>
24+
<div id="logo">
25+
<img src="img/logo.png">
26+
<p>
27+
Android development
28+
</p>
29+
<p>
30+
<a href="bdm://www.belfius.be?appkey=transfer">test</a>
31+
</p>
32+
</div>
33+
34+
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
35+
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
36+
<script src="js/plugins.js"></script>
37+
<script src="js/main.js"></script>
38+
39+
<script>
40+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
41+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
42+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
43+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
44+
ga('create', 'UA-82835363-1', 'auto');
45+
ga('send', 'pageview');
46+
</script>
47+
</body>
48+
</html>

0 commit comments

Comments
 (0)