Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Commit

Permalink
Add index.html file
Browse files Browse the repository at this point in the history
  • Loading branch information
alicoding committed Mar 5, 2015
1 parent eff585b commit 5861835
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charSet="utf-8"/>
<meta name="url" value="/" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,600italic,700italic,800,800italic"/>
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" href="/styles.css"/>
<title>Mozilla Learning</title>
</head>
<body>
<div id="page-holder"></div>
<script src="/js/bundle.js"></script>
</body>
</html>

0 comments on commit 5861835

Please sign in to comment.