2018-01-12 18:29:12 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2018-01-12 21:59:19 +00:00
|
|
|
<link rel="stylesheet" href="css/sidebar.css">
|
2018-01-17 16:47:21 +00:00
|
|
|
<script src="js/browser-polyfill.min.js"></script>
|
|
|
|
<script src="js/generated/out/cljs_base.js"></script>
|
2018-01-12 18:29:12 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2018-01-18 01:16:37 +00:00
|
|
|
<div id="sidebar">
|
|
|
|
<div class="sidebarHeader">
|
2018-01-18 20:00:40 +00:00
|
|
|
<img class="headerIcon" src="icons/icon48.png" width="16px" height="16px">
|
|
|
|
<span class="body30 headerTitle">Looped In</span>
|
|
|
|
<button class="iconButton" id="closeSidebar">
|
|
|
|
<img src="icons/stop-16.svg" width="16px" height="16px">
|
|
|
|
</button>
|
2018-01-18 01:16:37 +00:00
|
|
|
</div>
|
|
|
|
<div id="sidebarContent"></div>
|
2018-01-12 21:59:19 +00:00
|
|
|
</div>
|
2018-01-18 01:16:37 +00:00
|
|
|
<script src="js/generated/sidebar.js"></script>
|
2018-01-12 18:29:12 +00:00
|
|
|
</body>
|
|
|
|
</html>
|