Skip to content

Commit

Permalink
Add serverfiles and serverroot directories
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Oct 19, 2018
1 parent 814b3d6 commit 816d155
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/serverfiles/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>

<html>
<head>
<title>404 Not Found</title>
</head>

<body>
<h1>404 Not Found</h1>

These are not the droids you're looking for.
</body>
</html>
13 changes: 13 additions & 0 deletions src/serverroot/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>

<html>
<head>
<title>It works!</title>
</head>

<body>
<h1>Home page!</h1>

This is the default home page.
</body>
</html>

0 comments on commit 816d155

Please sign in to comment.