-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (27 loc) · 856 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
<!DOCTYPE html>
<html>
<head>
<title>net.github.io</title>
<link type="text/css" rel="stylesheet" href="ar/css/materialize.min.css" media="screen,projection"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<style type="text/css">
.container {
margin-top: 35vh;
}
</style>
<meta http-equiv="refresh" content="1.3;url=https://net.github.io/ar" />
</head>
<body>
<div class="container">
<p class="flow-text center teal-text">Redirecting you to <a href="https://net.github.io/ar">net.github.io/ar</a>...</p>
<br>
<div class="row">
<div class="col m8 offset-m2">
<div class="progress">
<div class="indeterminate"></div>
</div>
</div>
</div>
</div>
</body>
</html>