add default placeholder webpage
This commit is contained in:
parent
365ed42971
commit
8dd0fd21a8
14
build/webroot/index.html
Normal file
14
build/webroot/index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user