typed-catch-of-the-day
Version:
typescript version of wes bos' catch of the day app
21 lines (16 loc) • 498 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Catch of the Day!</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="http://facebook.github.io/react/favicon.ico">
</head>
<body>
<input type="checkbox" id="fold">
<label for="fold">Fold</label>
<div id="main">
</div>
<script src="/bundle.js"></script>
</body>
</html>