fix: remove stylesheet entries from html

This commit is contained in:
abhijithvijayan 2020-01-31 16:04:55 +05:30
parent eec03e3ef8
commit 888a4cb46c
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Options</title>
<link rel="stylesheet" href="css/options.css" />
</head>
<body>
<div id="options-root"></div>

View File

@ -4,7 +4,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=500" />
<title>Popup</title>
<link rel="stylesheet" href="css/popup.css" />
</head>
<body>
<div id="popup-root"></div>