This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatic-template.htm
55 lines (53 loc) · 1.97 KB
/
static-template.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Online payments - Sutton Council</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="$$$TP RESOURCES URL$$$/barclaycard.css">
<meta name="robots" content="noindex,follow">
</head>
<body class="oneCol homepage">
<div id="container">
<div id="header">
<div class="section">
<ul class="usability">
<li><a href="#content-body">Skip to content</a></li>
</ul>
</div>
</div>
<div class="site-title">
<div class="section">
<div class="faux-h1"><img src="$$$TP RESOURCES URL$$$/logo-sutton.png" alt="Sutton Council"></div>
<div class="right">
<a href="https://www.sutton.gov.uk"><img src="$$$TP RESOURCES URL$$$/logo-text.png" alt="Sutton Council homepage"></a>
</div>
</div>
</div>
<div id="main" role="main">
<div class="section">
<div class="content" id="content-body" tabindex="-1">
$$$PAYMENT ZONE$$$
</div>
</div>
<div class="clear"></div>
</div>
<div id="footer">
<div class="section">
<img src="$$$TP RESOURCES URL$$$/logo-footer.png" class="logo" alt="Sutton logo">
<div class="copyright">
<p>© 2017 Sutton Council, Civic Offices, St. Nicholas Way, Sutton SM1 1EA | <a href="https://www.sutton.gov.uk/info/200232/contact_us">Contact us</a></p>
<p>
<a href="https://www.sutton.gov.uk/privacy">Privacy statement</a> |
<a href="https://www.sutton.gov.uk/terms">Terms and disclaimer</a> |
<a href="https://www.sutton.gov.uk/site_map">Site map</a> |
<a href="https://www.sutton.gov.uk/accessibility">Accessibility</a> |
<a href="https://www.sutton.gov.uk/a_to_z">A-Z of services</a>
</p>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</body>
</html>