mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
fix: remove stylesheet entries from html
This commit is contained in:
parent
eec03e3ef8
commit
888a4cb46c
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user