You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
484 B

<!doctype html>
<meta charset="utf-8"/>
<link rel="stylesheet" href="codemirror.css">
<link rel="stylesheet" href="codetheme.css">
<link rel="stylesheet" href="fullscreen.css">
<script src="codemirror.js"></script>
<script src="javascript.js"></script>
<script src="fullscreen.js"></script>
<script src="active-line.js"></script>
<script src="matchbrackets.js"></script>
<script src="qrc:///qtwebchannel/qwebchannel.js"></script>
<body></body>
<script src="codeeditor.js"></script>