From 9623f32cee54a3a873066ccadd7a980bdd2ec0a8 Mon Sep 17 00:00:00 2001 From: Ray Montgomery Date: Thu, 6 Jun 2019 17:14:25 -0400 Subject: [PATCH] added index.html --- index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..f44aa96 --- /dev/null +++ b/index.html @@ -0,0 +1,28 @@ + + + + + + + + + + + +

<!DOCTYPE html>

+

<html>

+

<head>

+

  <title>Learn GitHub</title>

+

</head>

+

<body>

+

  <p>Just a throwaway index.html page.</p>

+

</body>

+

</html>

+ +