1
0
mirror of https://github.com/shadowfacts/type.git synced 2025-01-08 10:24:17 +00:00
type/index.html
2016-09-28 18:33:02 -04:00

16 lines
458 B
HTML

<!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>
<script src="codemirror/codemirror.js"></script>
<script src="codemirror/mode/javascript/javascript.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>