-
Notifications
You must be signed in to change notification settings - Fork 5
/
uk-gov-services.html
23 lines (23 loc) · 1.22 KB
/
uk-gov-services.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>The Mx Thing - UK Government Services</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body>
<a href="index.html">Home Page</a>
<h1>UK Government Services</h1>
<h2>They work for you</h2>
<h3>DVLA</h3>
<ul>
<li><strong>Product:</strong> Vehicle Tax - Direct Debit setup</li>
<li><strong>Method:</strong> <a href="https://vehicletax.service.gov.uk/">Website</a></li>
<li><strong>Date:</strong> 5th January 2018</li>
<li><strong>Status:</strong> Title is mandatory and does not have Mx as an option. However, the <a href='dom-inspector.html'>DOM Inspector method</a> worked when I put "Mx" in without errors and carried through to emails generated later, which suggests it's saved correctly.</li>
</ul>
<hr>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</body>
</html>