Skip to content

Commit 8567e2b

Browse files
fix: HTML structure (#1450)
Co-authored-by: Josef Bredreck <13408112+JosefBredereck@users.noreply.github.com>
1 parent 7999c4c commit 8567e2b

File tree

1 file changed

+25
-16
lines changed

1 file changed

+25
-16
lines changed
Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/gitgraph.js/1.11.4/gitgraph.min.css" />
5-
<style>
6-
body {
7-
margin: 0;
8-
padding: 0;
9-
}
10-
</style>
11-
</head>
12-
<body>
13-
<canvas id="gitGraph"></canvas>
14-
<script src="https://cdnjs.cloudflare.com/ajax/libs/gitgraph.js/1.11.4/gitgraph.min.js" integrity="sha384-2GjLPjUuz0uNoyw8YQ2zQoMBU8q/8opCOxpHOTvMjl1AY6IjI6Lat39y7JhmBpaZ" crossorigin="anonymous"></script>
15-
<script src="patternlab-flow.js"></script>
16-
</body>
17-
</head>
2+
<html lang="en">
3+
<head>
4+
<title>Branching scheme</title>
5+
<link
6+
rel="stylesheet"
7+
type="text/css"
8+
href="https://cdnjs.cloudflare.com/ajax/libs/gitgraph.js/1.11.4/gitgraph.min.css"
9+
/>
10+
<style>
11+
body {
12+
margin: 0;
13+
padding: 0;
14+
}
15+
</style>
16+
</head>
17+
<body>
18+
<canvas id="gitGraph"></canvas>
19+
<script
20+
src="https://cdnjs.cloudflare.com/ajax/libs/gitgraph.js/1.11.4/gitgraph.min.js"
21+
integrity="sha384-2GjLPjUuz0uNoyw8YQ2zQoMBU8q/8opCOxpHOTvMjl1AY6IjI6Lat39y7JhmBpaZ"
22+
crossorigin="anonymous"
23+
></script>
24+
<script src="patternlab-flow.js"></script>
25+
</body>
26+
</html>

0 commit comments

Comments
 (0)