Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Created October 14, 2020 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ljmotta/0273e6395d05983544a97c15f5e32d29 to your computer and use it in GitHub Desktop.
Save ljmotta/0273e6395d05983544a97c15f5e32d29 to your computer and use it in GitHub Desktop.
Base64Png Editor HTML
<!DOCTYPE html>
<html lang="en">
<head>
<style>
html,
body,
div#envelope-app {
margin: 0;
border: 0;
padding: 0;
overflow: hidden;
height: 100%;
width: 100%;
}
</style>
<title></title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<div id="envelope-app"></div>
<script src="base64-editor.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment