Skip to content

Instantly share code, notes, and snippets.

@kelixlabs
Created April 19, 2015 00:08
Show Gist options
  • Save kelixlabs/a2d8ef3fe2337c858590 to your computer and use it in GitHub Desktop.
Save kelixlabs/a2d8ef3fe2337c858590 to your computer and use it in GitHub Desktop.
Default Apache2 index.html
<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