-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathworst.html
34 lines (32 loc) · 1.05 KB
/
worst.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<link rel="stylesheet" href="assets/components.css">
<script src="./node_modules/jquery/dist/jquery.js"></script>
<script src="./node_modules/bootstrap/dist/js/bootstrap.js"></script>
<title>Worst Pun Award</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-6"></div>
<div class="col-md-12">
<h1>Worst pun on the internets</h1>
</div>
<div class="col-md-6"></div>
</div>
<div class="row">
<div class="col-md-6"></div>
<div class="col-md-3">
<img alt="A trocious" class="img-circle avatar" height="100" src="./images/wah.jpg" width="100">
<span class="label label-primary">Francois Scott</span>
</div>
<div class="col-md-9 aligner" style="height: 150px">
<blockquote class="aligner-item">And yet it's still Boba-whet my appetite.</blockquote>
</div>
<div class="col-md-6"></div>
</div>
</div>
</body>
</html>