looped-in/ext/sidebar.html

23 lines
807 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
2018-01-12 21:59:19 +00:00
<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>
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>
</body>
</html>