-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmelissa.html
More file actions
22 lines (21 loc) · 1 KB
/
melissa.html
File metadata and controls
22 lines (21 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>
<a href="./bestcoffee.html"><img src="http://static.tumblr.com/e576da3c7f2a41b5a1beb62c9fc63559/p9etflg/RXvo19zj5/tumblr_static_bynoteqvlz408ss08oookwgw8.gif" alt="Cuteass Coffee"></a>
<h3 id = "about">click on the coffee cup to see the best coffee in beantown<br>by. melissa (with the help of ana)<br>image credit: http://www.gaiaonline.com/<h3>
</div>
</center>
</body>
</html>