-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
41 lines (35 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<title>Responsivize</title>
</head>
<body>
<img src="assets/AppIcons/ResponsivizeLogoTransparentWhiteArrow.png" style="width: 200px;" alt="">
<u>
<h1>Responsivize</h1>
</u>
<h2>Test your web app on:</h2>
<button id="openPhonesButton" onclick="location.href='./phones/phones.html'">Phones</button>
<button id="openTabletsButton" onclick="location.href='./tablets/tablets.html'">Tablets</button>
<button id="openLaptopsButton" onclick="location.href='./laptops/laptops.html'">Laptops</button>
<button id="openCustomButton" onclick="location.href='./customSize/custom.html'">Custom Size</button>
<div id="update">
</div>
<div id="credits">
<h4>
<u><a href="https://github.com/virejdasani/Responsivize" target="_blank">Responsivize</a></u> is 100% open source.
It is maintained by <u><a href="https://virejdasani.github.io/" target="_blank">Virej Dasani</a></u>.
</br>
Report bugs and request features <a target="_blank" href="https://github.com/virejdasani/Responsivize/issues/new">
<u>here</u></a>
(You can also open a <a target="_blank" href="https://github.com/virejdasani/Responsivize"><u>Pull
Request!</u></a>)
</h4>
</div>
<script src="index.js"></script>
</body>
</html>