We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431f066 commit 6bd13c8Copy full SHA for 6bd13c8
kidcode-web/src/main/resources/static/index.html
@@ -8,7 +8,9 @@
8
<link
9
rel="stylesheet"
10
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
11
+ integrity="sha512-6UkeuJ+JSTasDIXhVFMz+yTQq5j0KiG2Zs0hV3uOJwMsqZs1XUy3JvRlq9s6C1q8PBA0qL/jY1TRf9bA2wD9kg=="
12
crossorigin="anonymous"
13
+ referrerpolicy="no-referrer"
14
/>
15
<!-- MONACO: Link to the Monaco loader script -->
16
<script src="https://cdn.jsdelivr.net/npm/monaco-editor@0.34.1/min/vs/loader.js"></script>
0 commit comments