chore: tabindex out of HTML

This commit is contained in:
cha0s 2019-03-28 20:36:08 -05:00
parent 5b133038b2
commit 34ded7e857

View File

@ -25,9 +25,6 @@
</style>
</head>
<body>
<div
class="app"
tabindex="0"
></div>
<div class="app"></div>
</body>
</html>