-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 943 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>Responsive Browser Window</title>
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,800,600" rel="stylesheet" type="text/css">
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
</head>
<body>
<div class="wide-body">
<h1>Responsive Browser Window</h1>
<div class="browser-window">
<div class="browser-toolbar">
<div class="url-input">
<span class="url">www.google.com</span>
<span class="browser-button">›</span>
<span class="browser-button">‹</span>
</div>
</div>
<div class="browser-content">
<img src="img/live-lenz.png">
</div>
</div>
</body>
</html>