mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01: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 charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Options</title>
|
<title>Options</title>
|
||||||
<link rel="stylesheet" href="css/options.css" />
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="options-root"></div>
|
<div id="options-root"></div>
|
||||||
|
|||||||
@ -4,7 +4,6 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=500" />
|
<meta name="viewport" content="width=500" />
|
||||||
<title>Popup</title>
|
<title>Popup</title>
|
||||||
<link rel="stylesheet" href="css/popup.css" />
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="popup-root"></div>
|
<div id="popup-root"></div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user