Files
wbamberg 0c5b1ec028 Added sidebar example (#192)
* Added sidebar example

* Remove blank line
2017-03-03 21:15:15 -08:00

16 lines
271 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="panel.css"/>
</head>
<body>
<div id = "content"></div>
<p>Click inside the box to start taking notes on this page.</p>
<script src="panel.js"></script>
</body>
</html>