-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (40 loc) · 851 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="1;url=https://github.com/jtniehof/" />
<title>jtniehof github page</title>
<style type="text/css">
<!--
body {
background-color: #ffffff;
margin-left: 5%;
margin-right: 5%;
}
.floatr {
float: right;
}
.floatl {
float: left;
}
h1,h2 {
text-align: left;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
img {
border: 0;
}
li {
list-style: none;
}
-->
</style>
</head>
<body>
<h1>jtniehof github page</h1>
<p>This should shortly redirect to <a href="https://github.com/jtniehof/">the usual github page</a>
</body>
</html>