forked from darkwhispering/Newvhost
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ad53cb
commit ec88186
Showing
6 changed files
with
42 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
The cake is a lie! THE CAKE IS A LIE! | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<style type="text/css" media="screen"> | ||
body { | ||
background: #f0f0f0; | ||
font: normal 14px sans-serif; | ||
} | ||
#content { | ||
width: 400px; | ||
margin: 50px auto; | ||
} | ||
h1 { | ||
font-size: 18px; | ||
} | ||
|
||
</style> | ||
<title>Web Site Coming Soon</title> | ||
</head> | ||
<body> | ||
<div id="content"> | ||
<h1>Site Coming Soon</h1> | ||
<p>This site has been successfully generated, but there's nothing here yet.</p> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.