Files
bookmark-manager/public/page.html
Indrajith K L fa8316a94c Initial Commit
🎉
* Adds Manifest for Extension
* Adds barebone messaging from extension and front-end
* Adds .env to run react app under CSP
2019-07-12 19:59:42 +05:30

16 lines
407 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<h2>Ola</h2>
<div id="renderArea"></div>
<button id="sendMessage">Send Message</button>
<script src="./content_script.js"></script>
</body>
</html>