2016-09-28 22:33:02 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>typing4</title>
|
|
|
|
<link rel="stylesheet" href="codemirror/codemirror.css">
|
|
|
|
<link rel="stylesheet" href="main.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2016-09-29 16:24:15 +00:00
|
|
|
<textarea id="editor"></textarea>
|
|
|
|
|
2016-09-28 22:33:02 +00:00
|
|
|
<script src="codemirror/codemirror.js"></script>
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
|
|
|
|
<script src="main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|