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 42ca11b commit 0987389Copy full SHA for 0987389
codeEditor/index.html
@@ -4,8 +4,10 @@
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>Online Code Editor</title>
7
+ <link rel="stylesheet" href="../css/style.min.css">
8
</head>
9
<body>
10
11
+ <script src="../js/script.js"></script>
12
</body>
13
</html>
0 commit comments