-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·31 lines (31 loc) · 963 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta content="chrome=1" http-equiv="X-UA-Compatible" />
<title>François Moureau</title>
<link href="css/styles.css" rel="stylesheet" />
<link href="css/pygment_trac.css" rel="stylesheet" />
<meta
content="width=device-width, initial-scale=1, user-scalable=no"
name="viewport"
/>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>François Moureau</h1>
<p></p>
<p class="view">
<a href="http://uk.linkedin.com/in/fmoureau">LinkedIn</a> 
<a href="https://github.com/moureauf">GitHub</a> 
<a href="https://twitter.com/FrancoisMoureau">Twitter</a>
</p>
</header>
<script src="js/scale.fix.js" type="text/javascript"></script>
</div>
</body>
</html>