|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html>
|
3 | 3 | <head>
|
4 |
| - <title>Examples</title> |
| 4 | + <title>React Checkbox Tree</title> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
| - |
| 7 | + <meta name="theme-color" content="#3498db"> |
| 8 | + <meta name="description" content="React Checkbox Tree: A simple, yet elegant checkbox treeview for React."> |
| 9 | + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> |
8 | 10 | <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
| 11 | + <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,700"> |
9 | 12 | <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato">
|
10 | 13 | <link rel="stylesheet" href="style.css">
|
11 | 14 | </head>
|
12 | 15 | <body>
|
13 |
| - <div id="mount"></div> |
| 16 | + <section class="page-header"> |
| 17 | + <h1 class="project-name">React Checkbox Tree</h1> |
| 18 | + <h2 class="project-tagline">A simple, yet elegant checkbox treeview for React</h2> |
| 19 | + <a href="https://github.com/jakezatecky/react-checkbox-tree" class="btn">View on GitHub</a> |
| 20 | + <a href="https://github.com/jakezatecky/react-checkbox-tree/zipball/master" class="btn">Download .zip</a> |
| 21 | + <a href="https://github.com/jakezatecky/react-checkbox-tree/tarball/master" class="btn">Download .tar.gz</a> |
| 22 | + </section> |
| 23 | + |
| 24 | + <section class="main-content"> |
| 25 | + <h1>Examples</h1> |
| 26 | + <h2>Basic Example</h2> |
| 27 | + <div id="mount"></div> |
| 28 | + |
| 29 | + <footer class="site-footer"> |
| 30 | + <span class="site-footer-owner"> |
| 31 | + <a href="https://github.com/jakezatecky/react-checkbox-tree">React Checkbox Tree</a> is maintained by <a href="https://github.com/jakezatecky">jakezatecky</a>. |
| 32 | + </span> |
| 33 | + <span class="site-footer-credits"> |
| 34 | + This page is hosted by <a href="https://pages.github.com">GitHub Pages</a>. |
| 35 | + </span> |
| 36 | + </footer> |
| 37 | + </section> |
14 | 38 |
|
15 | 39 | <script src="index.js"></script>
|
16 | 40 | </body>
|
|
0 commit comments