Created
May 16, 2015 04:56
-
-
Save dustincys/ad0c571edf3e630e08cc to your computer and use it in GitHub Desktop.
rednotebook2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CHARSET_UTF8 = '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />' | |
CSS = """\ | |
<style type="text/css"> | |
body { | |
font-family: %(font)s; | |
background: black; | |
color: gray; | |
} | |
<!-- Don't split last line between pages. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment