-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
37 lines (31 loc) · 1.07 KB
/
404.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
<!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">
<title>Webpage Under Construction</title>
</head>
<style>
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.margin {
margin-top: 15rem;
}
h2, h4 {
text-align: center;
font-family: arial;
color:#002060;
}
</style>
<img class="center" src="mtflogo.gif" alt="Monitoring the Future logo">
<body>
<h2 class="margin"> This page is currently under construction.</h2>
<h4>For information on:</h4>
<h4>Trends in Prevalence of Use of Various Drugs please see <a href="http://monitoringthefuture.org/pubs/monographs/mtf-vol1_2021.pdf#page=11">Chapter 5 Tables in Volume I.</a></h4>
<h4>Trends in Attitudes, Beliefs, and the Social Context of Drug Use please see <a href="http://monitoringthefuture.org/pubs/monographs/mtf-vol1_2021.pdf#page=12">Chapter 8 & 9 Tables in Volume I.</a></h4>
</body>
</html>