-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (19 loc) · 909 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (19 loc) · 909 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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>CSS+</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body>
<a href="demos/inLineDemo.html" target="_blank">in-line demo</a><br>
<a href="demos/simpleScaffolding.html" target="_blank">Simple Scaffolding</a><br>
<a href="demos/resolutionChecker.html" target="_blank">Resolution Checker</a><br>
<a href="demos/devicesResponsiveController.html" target="_blank">Responsive Controller</a><br>
<a href="demos/devicesResponsiveDemo.html" target="_blank">Responsive Demo</a><br>
</body>
</html>