summaryrefslogtreecommitdiff
path: root/index.html
blob: 63019162dde49c1dfac898b1181662ff8c7353cf (plain)
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
<!DOCTYPE HTML>
<html>
	<head>
		<title>Quiet Reading</title>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico">
		<link rel="stylesheet" href="/static/styles.css">
	</head>
	<body>
		<div class="container">
            <div class="header">
                <a class="title" href="/">Quiet Reading</a>
                <div class="contact">
                    <a href="https://instagram.com/quietreadingbk">@quietreadingbk</a>
                </div>
            </div>
            <div class="category">Events</div>
			<p class="work">
                <span class="work-title">Martha&rsquo;s Country Bakery</span> (N 1<sup>st</sup> & Bedford)
                <br>
                <span class="schedule">Mondays at 7p</span>
			</p>
		</div>
	</body>
</html>