-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (47 loc) · 1.61 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
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="EN">
<head>
<meta charset="utf-8">
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0; https://sites.google.com/brown.edu/ssw/" />
<title>Brown Solar Charger</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌎</text></svg>">
<!-- Raphael must be included before justgage -->
<!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.4/raphael-min.js"></script> -->
<!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/justgage/1.2.9/justgage.min.js"></script> -->
<!-- <script src="https://cdn.plot.ly/plotly-latest.min.js"></script> -->
<!-- <script src="scripts.js"></script> -->
<!-- <link rel="stylesheet" type="text/css" href="styles.css"> -->
<style type="text/css">
html,
body {
margin: 0;
padding: 0;
background: #000;
color: #FFF;
}
html {
display: flex;
/*text-align: center;*/
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
p{
/*margin: auto;*/
/*vertical-align: middle;*/
}
a {
text-decoration: none;
color: #21bf27;
}
</style>
</head>
<body>
<div>
<p>If you are not redirected, <a href="https://sites.google.com/brown.edu/ssw/">click here</a>.</p>
</div>
</body>
</html>