removed background color as it is redundant with the app

pull/1/head
Chris Veilleux 2018-12-18 15:33:20 -06:00
parent 4111ddcaf9
commit 66e586774c
1 changed files with 10 additions and 10 deletions

View File

@ -1,14 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Account</title>
<base href="/">
<head>
<meta charset="utf-8">
<title>Account</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body style="background-color: #f1f3f4; margin: 0">
<account-root></account-root>
</body>
<body style="margin: 0;">
<account-root></account-root>
</body>
</html>