Skip to content

Commit

Permalink
Minor cleanup of HTML code
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Feb 9, 2020
1 parent 1a85717 commit 44fe38c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/popup.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<!DOCTYPE html>
<html id="uBO-popup-panel">
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/common.css" type="text/css">
<link rel="stylesheet" href="css/fa-icons.css" type="text/css">
<link rel="stylesheet" href="css/popup.css" type="text/css">
<link rel="stylesheet" href="css/vapi-popup.css" type="text/css"><!-- Optional platform-specific CSS rules -->
<title>uBlock Origin</title>
<title data-i18n="extName"></title>
</head>

<body>
Expand Down

0 comments on commit 44fe38c

Please sign in to comment.