Initial commit.
This commit is contained in:
15
static/babystats.html
Normal file
15
static/babystats.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user