Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add dark theme include to page HTML
  • Loading branch information
ulikoehler committed Oct 10, 2013
commit 94734e221dbacb85151a7e83e094af8e12673e96
1 change: 1 addition & 0 deletions tpl/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<title>ZeroBin</title>
<meta name="robots" content="noindex" />
<link type="text/css" rel="stylesheet" href="css/zerobin.css?{$VERSION|rawurlencode}#" />
<link type="text/css" rel="stylesheet" href="css/zerobin-theme-dark.css?{$VERSION|rawurlencode}#" />
<script src="js/jquery.js?{$VERSION|rawurlencode}#"></script>
<script src="js/sjcl.js?{$VERSION|rawurlencode}#"></script>
<script src="js/base64.js?{$VERSION|rawurlencode}#"></script>
Expand Down