-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmxguide.html
25 lines (25 loc) · 1.47 KB
/
mxguide.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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>The Mx Thing - Hotels</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>How to ask for Mx</h1>
<h2>Mxing the world a better place</h2>
<p>So your title is one that isn't in the list a company has provided. It doesn't matter why you want it; it's a valid reason. I'll do my best to help you out, but companies tend to be very unhelpful and you may be unsuccessful.</p>
<p>First thing's first, <strong>which of these best describes your current situation?</strong></p>
<ol>
<li><a href='#newuser'>I want to fill in a form that doesn't have my title</a></li>
<li><a href='#olduserform'>I want to change the title a company has for me and they offer a form online that doesn't have my title</a></li>
<li><a href='#oldusercontact'>I want to change the title a company has for me and I have to contact them to change my title</a></li>
</ol>
<h3 id='newuser'>I want to fill in a form that doesn't have my title</h3>
<p></p>
<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>