-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (31 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en" dir="ltr" xml:lang="en" prefix="og: http://ogp.me/ns#
fb: http://ogp.me/ns/fb#
foaf: http://xmlns.com/foaf/0.1/
dc: http://purl.org/dc/terms/
v: http://rdf.data-vocabulary.org/#
owl: http://www.w3.org/2002/07/owl#" class="no-js no-touch">
<head>
<meta charset="UTF-8" />
<title property="dc:title"></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width,user-scalable=no">
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport" content="initial-scale=1, user-scalable=no">
<style>
tr.oddeven:nth-child(odd) { background-color: #ccc; }
/* Do this… */
tr.oddeven:nth-of-type(odd) { background-color: #ddd; }
/* …or this */
tr.oddeven:nth-of-type(even) { background-color: #ccc; }
</style>
</head>
<body>
<div id="page-layout">
</div>
<script data-main="/example" src="/bower_components/requirejs/require.js" charset="utf-8"></script>
<div id="error-placeholder" style="color: red; font-weight: bold; padding: 10px;">
</div>
</body>
</html>