Skip to content

Commit 6877b7f

Browse files
committed
Merge branch 'bugfix/html'
2 parents f86ed37 + ec3badc commit 6877b7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js"></script>
2626

2727
<!-- Bootstrap core CSS -->
28-
<link rel="preload" as="style" href="./css/bootstrap.min.css" crossorigin>
28+
<link rel="stylesheet" href="./css/bootstrap.min.css">
2929

3030
<!-- Custom styles for this page -->
31-
<link rel="preload" as="style" href="./css/style.css" crossorigin>
31+
<link rel="stylesheet" href="./css/style.css">
3232
</head>
3333

3434
<body>

0 commit comments

Comments
 (0)