-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (18 loc) · 842 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A Londoners guide to public bathrooms</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 class="text">A Londoners guide to public bathrooms</h1>
<img class="center" src="Public.jpg" alt="">
<p class="text">You probably never thought about reading a guide for public toilets. I mean who would create one as anything but a joke? </p>
<p>We would, that's who. Think about every time you've been to a toilet where it didn't flush, think about all the times where there was piss on the
floor.</p>
<p>We hate that as much as you do. That's why we do this.</p>
<div class="text">(We're kidding. This is obviously a joke.)</div>
</body>
</html>