This repository was archived by the owner on Jul 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (62 loc) · 1.89 KB
/
index.html
File metadata and controls
67 lines (62 loc) · 1.89 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title>lrnapp-studio-app</title>
<meta name="description" content="lrnapp-studio-app description">
<!-- See https://goo.gl/OOhYW5 -->
<link rel="manifest" href="/manifest.json">
<script src="/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<google-webfont-loader fonts="Roboto,Droid Sans,Droid Serif"></google-webfont-loader>
<link rel="import" href="/bower_components/google-webfont-loader/google-webfont-loader.html">
<link rel="import" href="/src/lrnapp-studio-app/lrnapp-studio-app.html">
<link rel="import" href="../../bower_components/iron-flex-layout/iron-flex-layout.html">
<link rel="import" href="bower_components/iron-flex-layout/iron-flex-layout-classes.html">
<style is="custom-style" include="iron-flex iron-flex-alignment"></style>
<style>
body {
margin:0;
font-family: "Droid Sans";
}
.paper-material-margin-small {
margin: 1rem 1rem;
}
.paper-material-margin-med {
margin: 2rem;
}
.paper-material-margin-large {
margin: 3.5rem;
}
.paper-material-padding-small {
padding: 1rem;
}
.paper-material-padding-med {
padding: 2rem;
}
.paper-material-padding-large {
padding: 3.5rem;
}
.padding-xsmall {
padding: 0.5rem;
}
.padding-width-small {
padding: 1rem;
}
.padding-height-small {
padding: 1rem;
}
.padding-width-med {
padding: 2rem;
}
.divider {
height:1px;
width:100%;
background-color: #efefef;
}
</style>
</head>
<body id="fonts">
<lrnapp-studio-app></lrnapp-studio-app>
</body>
</html>