-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (37 loc) · 1.82 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Flex.io Structured Documentation</title>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="Flex.io YAML docs">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="twitter:title" content="Flex.io Structured Documentation">
<meta name="twitter:description" content="Flex.io YAML docs">
<meta property="og:title" content="Flex.io Structured Documentation">
<meta property="og:url" content="https://github.com/flexiodata/flexio-docs">
<meta property="og:description" content="Flex.io YAML docs">
<link rel="apple-touch-icon" href="https://s3.amazonaws.com/flexio-app-assets/apple-touch-icon.png">
<link rel="icon" href="https://s3.amazonaws.com/flexio-app-assets/favicon.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tachyons/4.6.1/tachyons.min.css" integrity="sha256-eu1dpzpUytdOAUmB67Qi3mBb6HFjruP8BoAzk4lKiSc=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.35.0/codemirror.css" integrity="sha256-o/v/5fOniPHMAww4EAIfRBFV0SeoqksPrY0Yq5x+wSM=" crossorigin="anonymous" />
<style>
html, body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
height: 100%;
margin: 0;
}
/* Same as .flex-auto in Tachyons except without the 'auto' flex-basis */
.flex-fill {
flex: 1 1;
min-width: 0; /* 1 */
min-height: 0; /* 1 */
}
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>