mirror of https://github.com/shadowfacts/type.git
16 lines
314 B
HTML
16 lines
314 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Type</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<p id="congrats"></p>
|
||
|
<p>Return to <a href="/">start</a>.</p>
|
||
|
|
||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
||
|
<script src="js/complete.js"></script>
|
||
|
</body>
|
||
|
</html>
|