Skip to content

Commit f18a293

Browse files
authored
Remove Monaco Editor script and iframe from index.html
Removed script tag for Monaco Editor and iframe element.
1 parent a1d7e63 commit f18a293

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
<link rel="preconnect" href="https://fonts.googleapis.com">
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
99
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Cinzel+Decorative:wght@400;700&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;1,400&family=Fira+Code:wght@400;500;600&display=swap" rel="stylesheet">
10-
<script src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.44.0/min/vs/loader.min.js"></script>
11-
<iframe id="sandbox" sandbox="allow-scripts" style="display:none"></iframe>
10+
1211
<style>
1312
:root {
1413
--bg-deep: #04090a;

0 commit comments

Comments
 (0)