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:
parent
dc2585d6fb
commit
d719b0bbd7
8
.hintrc
Normal file
8
.hintrc
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": [
|
||||
"development"
|
||||
],
|
||||
"hints": {
|
||||
"no-inline-styles": "off"
|
||||
}
|
||||
}
|
@ -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;">
|
||||
|
Loading…
Reference in New Issue
Block a user