-
Notifications
You must be signed in to change notification settings - Fork 0
/
real.html
52 lines (39 loc) · 1.87 KB
/
real.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
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8"/>
<title>Real</title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!-- Adding "maximum-scale=1" fixes the Mobile Safari auto-zoom bug: http://filamentgroup.com/examples/iosScaleBug/ -->
<meta name="description" content="real" />
<meta name="keywords" content="real" />
<meta name="author" content="Eric Menze" />
<meta property="og:url" content="http://ehryk.github.com" />
<meta property="og:title" content="ehryk.github.com" />
<meta property="og:image" content="img/Ehryk.png" />
<meta property="og:description" content="Nope." />
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" media="all" href="css/main.css"/>
<script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<h1>Real.</h1>
<section style="text-align:center;">
<img src="img/Real.jpg" alt="Real." title="Real." style="width:80%;" />
</section>
<footer>
<hr />
<p>© Eric Menze 2017</p>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.1.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>