Skip to content

Instantly share code, notes, and snippets.

@justinpenner
Last active March 27, 2022 02:03
Show Gist options
  • Save justinpenner/5b14bc1b349b67b68895d0316b711104 to your computer and use it in GitHub Desktop.
Save justinpenner/5b14bc1b349b67b68895d0316b711104 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, minimum-scale=1.0'>
<title>Type Tester Demo</title>
<link rel='stylesheet' type='text/css' href='typetester.css'>
<script type='module' src='typetester.js'></script>
</head>
<body>
<section class='tt_wrapper'><noscript>Type Tester requires JavaScript. Sorry!</noscript></section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment