Add structure for adding exported Ionic application to backend server

This commit is contained in:
garrettmills
2020-02-07 20:34:04 -06:00
parent 0a97c59169
commit 55b0b1235f
8 changed files with 79 additions and 2 deletions

10
www/index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Missing Frontend</title>
</head>
<body>
<h1>You have not deployed the front-end to this application.</h1>
</body>
</html>