Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Created October 13, 2020 20:44
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/e35d01b01a6a3fb89552095f99c376fb to your computer and use it in GitHub Desktop.
Save ljmotta/e35d01b01a6a3fb89552095f99c376fb to your computer and use it in GitHub Desktop.
Base64Png Chrome Extension Index Envelope
<!DOCTYPE html>
<html lang="en">
<head>
<style>
html,
body,
div#envelope-app {
margin: 0;
border: 0;
padding: 0;
overflow: hidden;
height: 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="loading-screen" style="z-index:100;position:relative"></div>
<div id="envelope-app"></div>
<script src="index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment