initial draft
This commit is contained in:
committed by
Manuel Bouza
parent
8ff93423af
commit
c163c23e7e
12
popup.html
12
popup.html
@@ -1 +1,11 @@
|
||||
MOCO POPUP
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
</head>
|
||||
<body class='moco-options'>
|
||||
<div id="moco"></div>
|
||||
The little app you see when clicking/activating an extension. Can be build with any framework like React or Vue or just vanilla JS. We used Vue.
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user