Adds lang attr to html tag in ui next app

This commit is contained in:
mabashian 2020-03-13 11:21:25 -04:00
parent 8077c910b0
commit bd8886a867

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<body>
<div id="app" style="height: 100%"></div>
<script src="/bundle.js"></script>