forked from katyaap/appearin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (38 loc) · 1.4 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
33
34
35
36
37
38
39
<!doctype html>
<html>
<head>
<title>Appear.in dev pages</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="wrapper" id="main-wrapper">
<header class="main-header">
<div class="content">
<div class="logo">
<a href="https://appear.in" class="undecorated">
<img src="logo.svg" alt="">
<p>appear.in</p>
</a>
</div>
<nav class="sitenav">
<ul>
<li>
<a href="https://appear.in/information/team" class="undecorated">About</a>
</li><li>
<a href="http://blog.appear.in" class="undecorated">Blog</a>
</li><li>
<a href="https://appear.in/information/faq" class="undecorated">FAQ</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="content">
<h1>The Developer API has moved</h1>
</div>
</div>
<script type="text/javascript">
window.location.replace("https://developer.appear.in");
</script>
</body>
</html>