-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (33 loc) · 1.88 KB
/
index.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
35
36
<!DOCTYPE html>
<html lang="en-us">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Уфа | Республика Башкирия</title>
<meta name="description" content="Live preview for Velocity | Designed for Products at WrapBootstrap">
<meta name="viewport" content="width=1024">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel="stylesheet" type="text/css" media="screen" href="./Velocity _ Designed for Products - Live Preview - WrapBootstrap_files/screen_preview.css">
<!--<script src="//cdn.optimizely.com/js/233905874.js"></script>-->
<script type="text/javascript" async="" src="./Velocity _ Designed for Products - Live Preview - WrapBootstrap_files/ga.js"></script>
<script src="./Velocity _ Designed for Products - Live Preview - WrapBootstrap_files/behavior.js"></script>
<link rel="shortcut icon" href="http://d85wutc1n854v.cloudfront.net/live/imgs/favicon.ico">
<link rel="stylesheet" type="text/css" media="screen" href="https://cdn.jsdelivr.net/fontawesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<div id="main">
<iframe id="preview" src="./Velocity _ Designed for Products - Live Preview - WrapBootstrap_files/1.5.html" frameborder="0" width="100%" height="591px"></iframe>
</div>
<script>
$(document).ready(function () {
function fix_height() {
var h = $("#tray").height();
$("#preview").attr("height", (($(window).height()) - h) + "px");
}
$(window).resize(function () {
fix_height();
}).resize();
//$("#preview").contentWindow.focus();
});
</script>
</body>
</html>