Skip to content

Commit

Permalink
fix: remove stylesheet entries from html
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijithvijayan committed Jan 31, 2020
1 parent eec03e3 commit 888a4cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion views/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion views/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 888a4cb

Please sign in to comment.