add link href

This commit is contained in:
2023-09-27 18:01:34 +08:00
parent 3e7fe5c4de
commit 77d87ac27c

View File

@@ -9,6 +9,7 @@
<script src="../static/lib/codemirror/mode/properties/properties.js"></script>
</head>
<body>
<a href="https://codemirror.net/5/doc/manual.html">https://codemirror.net/5/doc/manual.html</a>
<textarea id="code" name="code"></textarea>
<script>
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {