Skip to content

Commit 10287d9

Browse files
committed
Merge branch 'develop' into gh-pages
2 parents bafb29b + adf1d2a commit 10287d9

File tree

13 files changed

+1620
-269
lines changed

13 files changed

+1620
-269
lines changed

public/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
<head>
66
<meta charset="UTF-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<link rel="stylesheet" href="style.css">
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/styles/github.min.css">
10+
<link rel="stylesheet" href="https://unpkg.com/primer@latest/build/build.css"/>
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css">
812
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
913
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
1014
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
11-
<link href="https://unpkg.com/primer@latest/build/build.css" rel="stylesheet"/>
12-
<link rel="stylesheet" href="style.css">
1315
<title>Note</title>
1416
</head>
1517
<body>
@@ -23,6 +25,6 @@
2325
"https://unpkg.com/@github/markdown-toolbar-element@latest/dist/index.js";
2426
script.type = "module";
2527
document.body.appendChild(script);
26-
</script>
28+
</script>
2729
</body>
2830
</html>

0 commit comments

Comments
 (0)