Created
December 8, 2015 16:18
-
-
Save starlocke/516b613cb4101c57b7a0 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta class="mktoString" mktoName="Variable 1" id="var1" default="This is a variable"> | |
<title></title> | |
<style> | |
body {background:#fff;} | |
</style> | |
</head> | |
<body> | |
${var1} | |
<div class="mktoText" id="exampleText" mktoName="Example Text Area"> | |
<p> | |
This is an example editable text area. | |
</p> | |
</div> | |
<div> | |
<p> | |
This is a special symbol area. | |
</p> | |
<p> | |
Food🅪 ... Food🅪 | |
</p> | |
</div> | |
<div> | |
<p> | |
This is a footer text. | |
</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment