-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresults.html
43 lines (37 loc) · 976 Bytes
/
results.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
<!DOCTYPE html>
<html>
<head>
<title>FisaProver.com</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="static/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div class="row">
<hr>
<header>
<p>Welcome to <strong>FisaProver.com</strong>
<br>
Verify information about <a href="https://www.law.cornell.edu/uscode/text/50/1801">FISA</a> electronic surveilance!</p>
</header>
<hr>
<a href="/home">
Return to home
</a>
</div>
<div class="p-1">
<div class="p-1">
<h2>
Electronic Surveilance Result:
</h2>
</div>
<div class="p-1">
<h3>
{{'%s' % result}}
</h3>
</div>
</div>
</div>
</body>
</html>