Add frontend

This commit is contained in:
Skip R. 2018-06-12 14:56:50 -07:00
parent 38df6afb69
commit 5aa93ab47a
No known key found for this signature in database
GPG key ID: 1508C19D7436A26D
12 changed files with 7594 additions and 1 deletions

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<title>elstatus</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>