1
1
mirror of https://github.com/srid/ema.git synced 2024-11-25 01:28:46 +03:00

Fix html warnings

This commit is contained in:
Sridhar Ratnakumar 2022-08-08 11:55:29 -04:00
parent dc2585d6fb
commit d719b0bbd7
2 changed files with 10 additions and 1 deletions

8
.hintrc Normal file
View File

@ -0,0 +1,8 @@
{
"extends": [
"development"
],
"hints": {
"no-inline-styles": "off"
}
}

View File

@ -1,8 +1,9 @@
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ema App exception</title>
</head>
<body class="overflow-y: scroll;">