-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
41 lines (36 loc) · 1.47 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
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>San Francisco City Administrative Code Browser</title>
<link rel='stylesheet' type='text/css' href='css/style.css' />
<link rel='stylesheet' type='text/css' href='css/site.css' />
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<style>
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class='col6 margin3 pad2'>
<br />
<h1>San Francisco City Administrative Code Browser</h1>
<p>
This is a fast, unofficial interface to the <a href='http://www.amlegal.com/library/ca/sfrancisco.shtml'>
San Francisco City Code</a> released by the <a href='http://www.amlegal.com//'>AM Legal</a>
</p>
<p>
Tthis interface quickly improving and is <em>completely free</em>: you
can copy it, improve it, and see how it works.
</p>
<h3>Download</h3>
<p>Want this website? <a href='https://github.com/sfbrigade/sf-admin-code/archive/gh-pages.zip'>Download it as a full copy</a></p>
<p>A developer? <a href='https://github.com/sfbrigade/sf-admin-code'>Clone on GitHub</a> or</p>
<pre>git clone [email protected]:sfbrigade/sf-admin-code.git</pre>
<hr />
<p>
<a href='https://github.com/sfbrigade/sf-admin-code/issues'>Please report any bugs for the browser on GitHub</a>!
</p>
</div>
</body>
</html>