add default placeholder webpage

This commit is contained in:
Asif Bacchus 2019-10-17 01:09:43 -06:00
parent 365ed42971
commit 8dd0fd21a8
1 changed files with 14 additions and 0 deletions

14
build/webroot/index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Test Page</title>
</head>
<body>
<h1>Hello There!</h1>
<p>This is a pretty basic test page. Sorry there isn't anything more interesting going on. On the upside, if you're seeing this, things are probably set up properly and you can go ahead and do something more interesting than display this page!</p>
<h3>Thanks for visiting</h3>
</body>
</html>