Skip to content

Commit aeba0ab

Browse files
committed
remove readme, add index.html
1 parent fe109d0 commit aeba0ab

2 files changed

Lines changed: 34 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
<title>Liz Learns 2</title>
7+
<!-- <link rel="stylesheet" href="stylesheets/styles.css"> -->
8+
<!-- <link rel="stylesheet" href="stylesheets/github-dark.css"> -->
9+
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> -->
10+
<!-- <script src="javascripts/respond.js"></script> -->
11+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
12+
13+
</head>
14+
<body>
15+
<div id="header">
16+
<nav>
17+
<li class="fork"><a href="https://github.com/ejamison3">View On GitHub</a></li>
18+
</nav>
19+
</div><!-- end header -->
20+
21+
<div class="wrapper">
22+
23+
<section>
24+
<div id="title">
25+
<h1>Liz Learns 2</h1>
26+
<p></p>
27+
<hr>
28+
<span class="credits left">Project maintained by <a href="https://github.com/ejamison3">ejamison3</a></span>
29+
<!-- <span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span> -->
30+
</div>
31+
</section>
32+
</div>
33+
</body>
34+
</html>

0 commit comments

Comments
 (0)