Skip to content

Commit 0bb69c6

Browse files
Prettify index.html
1 parent 6038dcb commit 0bb69c6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

index.html

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<!doctype html>
22
<html>
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6-
<title>Nested Editor Example</title>
7-
<meta name="description" content="">
8-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
9-
</head>
10-
<body>
11-
<!--[if lt IE 8]>
12-
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
13-
<![endif]-->
14-
<div id="content">
15-
<h1>If you can see this, something is broken (or JS is not enabled)!!.</h1>
16-
</div>
17-
<link rel="stylesheet" href="/dist/styles.css">
18-
<script type="text/javascript" src="/dist/main.js"></script>
19-
</body>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Nested</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
7+
<meta name="description" content="Online pedigree editor">
8+
<meta name="author" content="Leiden University Medical Center">
9+
<link rel="stylesheet" href="/dist/styles.css">
10+
</head>
11+
<body>
12+
<!--[if lt IE 8]>
13+
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
14+
<![endif]-->
15+
<div id="content">
16+
<p>Please hang on while Nested is loading...</p>
17+
</div>
18+
<script type="text/javascript" src="/dist/main.js"></script>
19+
</body>
2020
</html>

0 commit comments

Comments
 (0)