Last active
January 20, 2016 05:25
-
-
Save sublee/b2f88f0331a60e48d083 to your computer and use it in GitHub Desktop.
This file contains 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
<!-- | |
Sublee HTML for Classeur | |
Author: Heungsub Lee <[email protected]> | |
Updated at: Jan 20, 2016 | |
--> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>{{file.name}}</title> | |
<link rel="stylesheet" href="http://app.classeur.io/base-min.css" /> | |
<style> | |
@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css); | |
body { font-family: 'Jeju Myeongjo', serif; font-size: 18px; } | |
</style> | |
<!-- script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script --> | |
</head> | |
<body> | |
<div class="export-container">{{{file.content.html}}}</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment