-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimages_responsive.html
More file actions
34 lines (25 loc) · 1.04 KB
/
images_responsive.html
File metadata and controls
34 lines (25 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>thenewboston</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<!-- Images
<img src="images\autumn.jpg" class="img-rounded" width="230" height="230">
<img src="images\autumn.jpg" class="img-circle" width="230" height="230">
<br>
<img src="images\ship.jpg" class="img-responsive">
<img src="images\ship.jpg">
-->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed responsive" src="https://www.youtube.com/embed/kQYt45Lmmbo"></iframe>
</div>
</div>
</body>
</html>