forked from theshillito/the-mx-thing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
food-drink-apps.html
23 lines (23 loc) · 1.07 KB
/
food-drink-apps.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 - Food and Drink Apps</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>Food and Drink Apps</h1>
<h2>Tasty apps</h2>
<h3>Wetherspoons</h3>
<ul>
<li><strong>Product:</strong> Order and Pay app</li>
<li><strong>Platform and app version:</strong> iOS, version 1.10.0 (001)</li>
<li><strong>Status:</strong> Mandatory title (no Mx); "Dr", "Prof" are the neutral alternatives. </li>
<li><strong>Contact:</strong> 11th September 2018 using web contact form - awaiting response </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>