mirror of
https://github.com/yhl452493373/frpc-panel.git
synced 2026-04-04 14:27:01 +08:00
add link href
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
<script src="../static/lib/codemirror/mode/properties/properties.js"></script>
|
<script src="../static/lib/codemirror/mode/properties/properties.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a href="https://codemirror.net/5/doc/manual.html">https://codemirror.net/5/doc/manual.html</a>
|
||||||
<textarea id="code" name="code"></textarea>
|
<textarea id="code" name="code"></textarea>
|
||||||
<script>
|
<script>
|
||||||
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
|
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
|
||||||
|
|||||||
Reference in New Issue
Block a user