-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathutilities.html
56 lines (50 loc) · 2.21 KB
/
utilities.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
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>The Mx Thing - Utilities</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>Utilities</h1>
<h3>Outfox The Market</h3>
<ul>
<li><strong>Product:</strong> Electricity and gas supply (variable rate)</li>
<li><strong>Status:</strong> New customer (switching)</li>
<li><strong>Date:</strong> 16th April 2018</li>
<li><strong>Method:</strong> Phone call (their website didn't recognise my address)</li>
<li><strong>Status:</strong> After doing the whole switching process, I asked at the end if they could change my title to "Mx" and they did it immediately while on the phone, no questions asked. All correspondance since (emails) have come through with "Mx" as my title.</li>
</ul>
<h3>Thames Water</h3>
<ul>
<li><strong>Product:</strong> Water account</li>
<li><strong>Submitted by:</strong> Chris</li>
<li><strong>Date:</strong> 16th July 2019</li>
<li><strong>Status:</strong> Title field has "Mx" and "Other" as options.</li>
</ul>
<h3>SSE</h3>
<ul>
<li><strong>Product:</strong> Account Signup</li>
<li><strong>Status:</strong> Mandatory title, includes Mx.</li>
<li><strong>Latest check:</strong> 15th October 2020</li>
<li><strong>Method:</strong> Website</li>
</ul>
<h3>OVO Energy</h3>
<ul>
<li><strong>Product:</strong> Account Signup</li>
<li><strong>Status:</strong> Mandatory title, includes Mx.</li>
<li><strong>Latest check:</strong> 15th October 2020</li>
<li><strong>Method:</strong> Website</li>
</ul>
<ul>
<li><strong>Product:</strong> Update details</li>
<li><strong>Status:</strong> Optional title, any accepted</li>
<li><strong>Latest check:</strong> 15th October 2020</li>
<li><strong>Method:</strong> Phone</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>