-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (33 loc) · 825 Bytes
/
index.html
File metadata and controls
39 lines (33 loc) · 825 Bytes
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 class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>NAEP Style Guide</title>
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" type="text/css" href="ux/static/bundles/static.css">
<style>
header ul li .guide-title {
display: block !important;
}
@media screen and (min-width: 625px) {
header ul li .guide-title {
margin-left: 2.3em;
}
}
@media screen and (min-width: 1200px) {
header ul li .guide-title {
margin: 0;
}
}
</style>
<script>
window.location.replace("ux/introduction.md.html")
</script>
</head>
<body class="docs">
</body>
</html>