Skip to content

Commit 47bd4a7

Browse files
committed
Convert HTML to two spaces
1 parent c040fd3 commit 47bd4a7

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

examples/src/index.html

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
<!DOCTYPE html>
22
<html lang="en-US">
3-
<head>
4-
<title>React Checkbox Tree</title>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
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">
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">
12-
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato">
13-
<link rel="stylesheet" href="style.css">
14-
</head>
15-
<body>
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>
3+
<head>
4+
<title>React Checkbox Tree</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
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">
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">
12+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato">
13+
<link rel="stylesheet" href="style.css">
14+
</head>
15+
<body>
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>
2323

24-
<section class="main-content">
25-
<h1>Examples</h1>
26-
<h2>Basic Example</h2>
27-
<div id="basic-example"></div>
24+
<section class="main-content">
25+
<h1>Examples</h1>
26+
<h2>Basic Example</h2>
27+
<div id="basic-example"></div>
2828

29-
<h2>Pessimistic Toggle Example</h2>
30-
<p>Try clicking a partially-checked node. Instead of select all children, the pessimistic model will uncheck them.</p>
31-
<div id="pessimistic-toggle-example"></div>
29+
<h2>Pessimistic Toggle Example</h2>
30+
<p>Try clicking a partially-checked node. Instead of select all children, the pessimistic model will uncheck them.</p>
31+
<div id="pessimistic-toggle-example"></div>
3232

33-
<footer class="site-footer">
34-
<span class="site-footer-owner">
35-
<a href="https://github.com/jakezatecky/react-checkbox-tree">React Checkbox Tree</a> is maintained by <a href="https://github.com/jakezatecky">jakezatecky</a>.
36-
</span>
37-
<span class="site-footer-credits">
38-
This page is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
39-
</span>
40-
</footer>
41-
</section>
33+
<footer class="site-footer">
34+
<span class="site-footer-owner">
35+
<a href="https://github.com/jakezatecky/react-checkbox-tree">React Checkbox Tree</a> is maintained by <a href="https://github.com/jakezatecky">jakezatecky</a>.
36+
</span>
37+
<span class="site-footer-credits">
38+
This page is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
39+
</span>
40+
</footer>
41+
</section>
4242

43-
<script src="index.js"></script>
44-
</body>
43+
<script src="index.js"></script>
44+
</body>
4545
</html>

0 commit comments

Comments
 (0)