Skip to content

Commit

Permalink
Added charset and titles to HTML pages
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiRigal committed Oct 14, 2021
1 parent 9c6182d commit e0cab60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion options.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/all.min.css">
<link rel="stylesheet" type="text/css" href="css/options.css">
<title>Yape Options</title>
</head>
<body>
<div class="text-center h1 m-5">
Expand Down
4 changes: 3 additions & 1 deletion popup.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/popup.css">
<link rel="stylesheet" type="text/css" href="css/all.min.css">
<title>Yape</title>
</head>

<body>
Expand Down

0 comments on commit e0cab60

Please sign in to comment.