-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (27 loc) · 1.2 KB
/
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
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Paul Argent's projects domain</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="3; URL=https://github.com/PaulArgent">
<link rel="canonical" href="https://github.com/PaulArgent">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<!-- <script src='http://html5shiv.googlecode.com/svn/trunk/html5.js'></script> -->
<!--[if IE]>
<script src='img/html5shiv.js'></script>
<![endif]-->
<link rel="stylesheet" href="img/reset.css" type="text/css" media="screen">
<link rel="stylesheet" href="img/body.css" type="text/css" media="screen">
</head>
<body>
<video id="bgvid" loop muted autoplay preload>
<source src="img/bg.webm" type="video/webm">
<source src="img/bg.mp4" type="video/mp4">
</video>
<div>
<a href="https://github.com/PaulArgent" class="logo" data-analytics="Paul Argent's GitHub projects"><img src="img/logo.png" alt="Paul Argent's GitHub projects" title="Paul Argent's GitHub projects"></a>
</div>
</html>