-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (63 loc) · 2 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<!-- Use title if it's in the page YAML frontmatter -->
<title>Responsify by Oozou</title>
<link href="stylesheets/normalize-e4ff736e.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/style-5f9b5dd8.css" media="screen" rel="stylesheet" type="text/css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js" type="text/javascript"></script>
<script src="javascripts/script-adec3d12.js" type="text/javascript"></script>
</head>
<body class="index">
<header>
<div id='logo'>
<span>RESPONSIFY</span> by <a href='http://oozou.com'>OOZOU</a>
</div>
<form method='get' id='site--form'>
<input type='url' name='site' placeholder='Enter your site here'>
<input type='submit' value="Let's Try!!">
</form>
<div id='help'>Enter your site and try it!!<div class='arrow'></div></div>
</header>
<div id='container'>
<div class='frame'>
<h2>320PX</h2>
<iframe
sandbox='allow-same-origin allow-forms allow-scripts'
style='width: 320px'
></iframe>
</div>
<div class='frame'>
<h2>480PX</h2>
<iframe
sandbox='allow-same-origin allow-forms allow-scripts'
style='width: 480px'
></iframe>
</div>
<div class='frame'>
<h2>768PX</h2>
<iframe
sandbox='allow-same-origin allow-forms allow-scripts'
style='width: 768px'
></iframe>
</div>
<div class='frame'>
<h2>992PX</h2>
<iframe
sandbox='allow-same-origin allow-forms allow-scripts'
style='width: 992px'
></iframe>
</div>
<div class='frame'>
<h2>1200PX</h2>
<iframe
sandbox='allow-same-origin allow-forms allow-scripts'
style='width: 1200px'
></iframe>
</div>
</div>
</body>
</html>