-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbestcoffee.html
More file actions
48 lines (47 loc) · 1.88 KB
/
bestcoffee.html
File metadata and controls
48 lines (47 loc) · 1.88 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/melissa/melissa.css" type="text/css">
</head>
</head>
<body>
<center>
<div class="container">
<h1 id = "maintitle">BeanTown BeanWatch</h1>
<h3 id = "about" style = "font-size:25px">
1. Pavement Coffee
</h3>
"Love how you can steal Boston Burger's wifi!" - A.C.<br>
"Pavement coffee?? MORE LIKE PAYMENT COFFEE" - M.L.<br>
<h3 id = "about" style = "font-size:25px">
2. Bourbon Coffee
</h3>
"How could you not love bourbon? Oh, you mean the cafe?" - M.L.<br>
"Did not sell bourbon? False advertising?" - A.C.<br>
<h3 id = "about" style = "font-size:25px">
3. Voltage
</h3>
"Inconvenient times. Who's up by 4pm, anyway? What am I, the bird that gets the worm?" - A.C. <br>
"Voltage? Geddit? Energy puns - So'larious" - M.L.<br>
<h3 id = "about" style = "font-size:25px">
4. Caffe Nero
</h3>
"Nero da Hero" - A.C.<br>
"The only cafe that gives <i>two</i> f's!" - M.L.<br>
<h3 id = "about" style = "font-size:25px">
5. Atomic Bean
</h3>
"ABC is da place to be!" - A.C.<br>
"Atomic Bean Cafe? An <i>element</i>ary choice!" - M.L.<br>
<h3 id = "about" style = "font-size:10px">
<a href = "./melissa.html">go back<a>
</h3>
</div>
</center>
</body>
</html>