removed background color as it is redundant with the app
parent
4111ddcaf9
commit
66e586774c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue