forked from ipmjs/ipmjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 756 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 756 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>ipmjs.org</title>
<link rel="stylesheet" href="style.css">
<!-- <META http-equiv="refresh" content="0;URL=http://www.github.com/ipmjs/ipmjs"> -->
</head>
<body>
<!-- <h1>Redirecting..</h1>
click <a href="http://www.github.com/ipmjs/ipmjs">here</a> if doesn't get redirected. -->
<header>
<nav>
<ul class="list">
<li> <a href="#">Home</a></li>
<li><a href="#">sign up</a></li>
<li><a href="#">sign in</a></li>
<li><a href="#">about us</a></li>
</ul>
</nav>
<div class="main">
<h2>Welcome to GITHUB Redirecting</h2>
<button id="btn" ><a href="http://www.github.com/ipmjs/ipmjs">Redirect me</a></button>
</div>
</header>
</body>
</html>