-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.73 KB
/
index.html
File metadata and controls
38 lines (37 loc) · 1.73 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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="Måns Andersson" />
<meta name="description" content="Personal homepage of Måns Andersson, a swedish software developer." />
<meta name="keywords" content="måns andersson månsandersson mansandersson" />
<meta name="robots" content="index,follow" />
<title>Måns Andersson - mansandersson.se</title>
<link type="text/css" rel="stylesheet" href="./style/css.css" />
<link type="image/x-icon" rel="shortcut icon" href="./favicon.ico" />
</head>
<body>
<div id="header">
<div class="header-header">
<h1>Måns Andersson</h1>
</div>
<div style="clear: both;"></div>
<div class="header-text">
<p>I'm a <a href="https://github.com/mansandersson" title="watch my repositories on github">software developer</a> living and <a href="http://careers.stackoverflow.com/mansandersson" title="read my resume on careers 2.0">working</a> in southern Sweden.</p>
</div>
</div>
<div id="footer">
© Måns Andersson 2008-2021
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-335514-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>