14 lines
305 B
HTML
14 lines
305 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Getting Started Extension's Popup</title>
|
|
<script src="js/vendor.js"></script>
|
|
<link href="./styles.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="js/popup.js"></script>
|
|
</body>
|
|
</html>
|
|
|