emile
Version:
no-thrills stand-alone CSS animation JavaScript framework
15 lines • 440 B
HTML
<html lang="en-us">
<head>
<title>Sink Tests Template</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="sink.css" type="text/css">
<script src="sink.js"></script>
</head>
<body>
<h1>Sink Tests</h1>
<ol id="tests"></ol>
<!-- external script file, allows for headless testing -->
<script src="../tests.js"></script>
</body>
</html>