16 lines
430 B
HTML
16 lines
430 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>BabyStats</title>
|
||
|
|
<script src="/static/babystats.js" charset="UTF-8"></script>
|
||
|
|
<script src="https://use.typekit.net/ifo2asf.js"></script>
|
||
|
|
<script>try{Typekit.load();}catch(e){}</script>
|
||
|
|
<link rel="stylesheet" href="/static/babystats.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="container"></div>
|
||
|
|
<script>
|
||
|
|
new BabyStats(document.getElementById('container'));
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|