looped-in/ext/sidebar.html
2018-01-17 20:16:37 -05:00

22 lines
700 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/sidebar.css">
<script src="js/browser-polyfill.min.js"></script>
<script src="js/generated/out/cljs_base.js"></script>
</head>
<body>
<div id="sidebar">
<div class="sidebarHeader">
<span class="body30 headerTitle">Looped In</span>
<button class="iconButton" id="closeSidebar">
<img src="icons/stop-16.svg" width="16px" height="16px">
</button>
</div>
<div id="sidebarContent"></div>
</div>
<script src="js/generated/sidebar.js"></script>
</body>
</html>