-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (36 loc) · 1.42 KB
/
index.html
File metadata and controls
38 lines (36 loc) · 1.42 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
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="http://bentoll.com/img/me_small_circle.png"><link href="http://bentoll.com/css/bootstrap.min.css" rel="stylesheet">
<title>bentoll | github</title>
<style>body{padding-top:50px;background-color:#F9F9F9;margin:0 0 15px}.social img{max-width:40px}.social{text-align: center; width: 100%; margin-top: 10px;}.footer{text-align:center;font-size:small;color:#bdbdbd;}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4">
<div class="social">
<img src="http://bentoll.com/img/me_small_circle.png" />
</div>
<hr />
<div class="footer"><em>innovate & inspire</em></div>
</div>
</div>
</div>
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["setCookieDomain", "*.tolldev.com"]);
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.bentoll.com/";
_paq.push(["setTrackerUrl", u+"piwik.php"]);
_paq.push(["setSiteId", "2"]);
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
})();
</script>
</body>
</html>