forked from 18F/PriceHistoryGUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LegalNotice.tpl
36 lines (30 loc) · 1.16 KB
/
LegalNotice.tpl
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Prices Paid</title>
<meta name="robots" content="NOINDEX, NOFOLLOW">
{{!goog_anal_script}}
</head>
<body>
<h1>
Welcome an instance of Prices Paid
</h1>
<p>
Prices Paid is free and open-source software originially developed by the US Government to save the taxpayer money by arming
procurement officers with information about the actual, real prices paid for goods and services.
</p>
<p>
Although developed by the Federal Government, the code is in the public domain and may be used by any State, Municipality, or large organization that wants an google-like search of pricing information.
</p>
<p>
This software has no warranty, and is a work in progress. You can actively participate in its development, either by identifying bugs, features that would make it more valuable, or contributing data or code. For more information, please see the github repository by searching github for 18F/PricesPaidGUI.
</p>
</span>
</div>
<form action="/gui/Login" method="get">
<input type="submit" value="Okay" />
</form>
</div>
</body>
</html>