forked from csswizardry/csswizardry.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathview.html
More file actions
29 lines (25 loc) · 652 Bytes
/
view.html
File metadata and controls
29 lines (25 loc) · 652 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
25
26
27
28
29
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=UTF-8>
<title>Build view</title>
<style>
html{
font:0.75em/1.5 sans-serif;
background-color:#fafafa;
color:#333;
}
iframe{
border:none;
box-shadow:0 0 10px rgba(0,0,0,0.1);
float:left;
margin:0 24px 24px 0;
}
</style>
</head>
<body>
<iframe src=http://0.0.0.0:4000/ width=320 height=480></iframe>
<iframe src=http://0.0.0.0:4000/ width=480 height=320></iframe>
<iframe src=http://0.0.0.0:4000/ width=1024 height=768></iframe>
</body>
</html>