Created
April 19, 2015 00:08
-
-
Save kelixlabs/a2d8ef3fe2337c858590 to your computer and use it in GitHub Desktop.
Default Apache2 index.html
This file contains hidden or 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
<html> | |
<head> | |
<title>Apache default page</title> | |
</head> | |
<body> | |
<h1>It works!</h1> | |
<p>This is default page.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment