-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
34 lines (34 loc) · 1.31 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>DC Code (Simple)</title>
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<link rel='stylesheet' type='text/css' href='css/base.css' />
</head>
<body>
<div class='alert'>
<a href='http://dccode.org/simple/'>this is an outdated text: switch to the updated & improved dc code website</a>
</div>
<header>
<div class='right'>
<a href='/'>home</a>,
<a href='about.html'>about</a>
</div>
<h1>The DC Code: About</h1>
</header>
<p>
This website is run as a volunteer effort by <a href='http://dccode.org/'>dccode.org</a>:
it's an unofficial presentation of <a href='http://macwright.org/2013/04/04/the-open-code.html'>the first free
copy of the Washington, DC code</a>.
</p>
<p>
As such, we need to be clear that there is no warranty or guarantee,
and that the most up-to-date changes that have happened in <a href='http://dccouncil.us/'>the official copy</a>.
</p>
<p>
The website <a href='https://github.com/openlawdc/simple'>is a free and open source project</a>
that you can contribute to with <a href='https://github.com/openlawdc/simple/issues'>bug reports</a>,
improvements, and more.
</p>
</body>
</html>