First commit
This commit is contained in:
17
ground-news-ext/src/popup.html
Normal file
17
ground-news-ext/src/popup.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<style>
|
||||
html,
|
||||
body,
|
||||
iframe {
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
display: block;
|
||||
width: 420px;
|
||||
height: 270px;
|
||||
background: black;
|
||||
color: black;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<script src="js/popup.js"></script>
|
||||
</body>
|
||||
Reference in New Issue
Block a user