Skip to content

Commit 1411c1b

Browse files
authored
Add non-Chromium snippet styles and script
1 parent 9e0c23b commit 1411c1b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<link rel="icon" href="images/favicon.svg" type="image/svg+xml">
88
<title>LibreBlog - A tool for independent journalism</title>
99
<link rel="stylesheet" href="css/style.css">
10+
<link rel="stylesheet" href="css/not-chromium-snippet.css">
11+
<script src="js/not-chromium-snippet.js" defer></script>
1012
</head>
1113

1214
<body>
@@ -110,6 +112,6 @@
110112
</div>
111113
</div>
112114

113-
<script type="module" src="js/script.js"></script>
115+
<script type="module" src="js/script.js"></script>
114116
</body>
115-
</html>
117+
</html>

0 commit comments

Comments
 (0)