13 lines
228 B
HTML
Raw Normal View History

2019-08-20 14:35:58 -04:00
<html>
<head>
2019-08-20 16:17:23 -04:00
<style type="text/css">
div.item {
margin-bottom: 20px;
}
</style>
2019-08-20 14:35:58 -04:00
</head>
<body>
<div id="content"></div>
<script type="text/javascript" src="app.js"></script>
</body>
</html>