-
Notifications
You must be signed in to change notification settings - Fork 5
/
couriers.html
22 lines (22 loc) · 959 Bytes
/
couriers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>The Mx Thing - Courier Websites</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>Courier Websites</h1>
<h2>Going postal</h2>
<h3>Royal Mail</h3>
<ul>
<li><strong>Product:</strong> General contact form</li>
<li><strong>Status:</strong> New user</li>
<li><strong>Result:</strong> Title field (required) has Mx as an option and does not ask for gender.</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>