-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdoi.html
57 lines (52 loc) · 1006 Bytes
/
doi.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
53
54
55
56
57
<!DOCTYPE html>
<html style="width:1050px text-align:center">
<head>
<style>pre {
display: block;
font-family: "Times New Roman", Times, serif;
white-space: pre;
margin: 1em 0;
width:1050px;
word-wrap: break-word;
}
.bod {
width: 1100px;
background:#F8F8F8;
}
.tab {
padding-left:5em;
}
.graybox {
background:#eeeeee;
}
.container {
width: auto;
}
body {
background-color: #E6E7EB;
}
.pagebox { /* standard page container */
clear: both;
margin:0 auto 3rem auto;
width:950px;
height:auto;
background-color: #FFFFFF;
box-shadow: 0px 0px 25px #555;
padding-bottom: 10px;
}
</style>
</head>
<body>
<div class="container">
<div class="pagebox">
Welcome to NGEE Tropics Data Site
<p>
<a href="/">NGT Archive Service</a>
</p>
<p>
<a href="">Public Datasets</a>
</p>
</div>
</div>
</body>
</html>