-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
96 lines (95 loc) · 4.03 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html SYSTEM "about:legacy-compat">
<html class="no-js">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>D.C. Law Library - D.C. Law Library</title>
<meta property="st:title" content="D.C. Law Library"/>
<meta name="description" content="Browse the laws and code of the District of Columbia"/>
<meta name="viewport" content="width=device-width"/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" type="text/css" href="/css/main.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print"/>
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.code.dccouncil.us/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 1]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
window.searchHost = 'https://search.code.dccouncil.us';
window.queryUrl = '/v1/search';
</script>
<noscript>
<p>
<img src="//analytics.code.dccouncil.us/piwik.php?idsite=1" style="border:0;" alt=""/>
</p>
</noscript>
</head>
<body>
<header>
<section class="container">
<a href="http://dccouncil.us">
<img src="/css/header_logo.png" alt="DC Seal" class="header_logo"/>
</a>
<h1 id="sitename">
<a href="/">D.C. Law Library</a>
</h1>
<div class="right no-print search" id="search"> </div>
</section>
</header>
<main class="main container">
<div class="clearfix" style="width: 100%;">
<aside id="sidebar" class="col3 quiet">
<h2>You Are Here</h2>
<ul class="ancestors">
<li data-search-path="library|D.C. Code" data-search-heading="D.C. Code" data-search-default="true"/>
<li data-search-path="library" data-search-heading="All Documents">↪ D.C. Law Library</li>
</ul>
<div class="document-info"/>
<section class="cta">
<p>
<a href="mailto:code@dccouncil.us?subject=[ERROR]+/">Report Error</a>
</p>
<p>
<a href="mailto:code@dccouncil.us?subject=[FEEDBACK]+/">Website Feedback</a>
</p>
<p>We cannot respond to questions regarding the law.</p>
</section>
</aside>
<section class="col8 body">
<h1 id="/">D.C. Law Library</h1>
<section class="line-group toc child-link">
<p class="toc-link-container">
<a href="/dc/council/code/">Code of the District of Columbia</a>
</p>
<p class="toc-link-container">
<a href="/dclaws/">D.C. Laws Codified in the D.C. Code</a>
</p>
<p class="toc-link-container">
<a href="/fedlaws/">Federal Laws Codified in the D.C. Code</a>
</p>
<p class="toc-link-container">
<a href="/uk/">Laws of the United Kingdom Codified in the D.C. Code</a>
</p>
</section>
<section class="content"/>
</section>
</div>
</main>
<footer>
<section class="container center">
<p>The codes and laws on this website are in the public domain.</p>
<p>
Please do not scrape. Instead, bulk download the <a href="https://github.com/dccouncil/dc-law-html">HTML</a> or <a href="https://github.com/dccouncil/dc-law-xml">XML</a>.
</p>
<p>Powered by the non-profit <a href="http://www.openlawlib.org/">Open Law Library</a>.</p>
</section>
</footer>
<script type="text/javascript" src="/js/main.js"> </script>
</body>
</html>