moved index to root

This commit is contained in:
Dany Shaanan 2014-11-17 14:55:41 +02:00
parent 04e0f957ed
commit 91ab1b156a
2 changed files with 16 additions and 16 deletions

16
index.html Normal file
View File

@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>React templates - Image Search Sample</title>
<link rel="stylesheet" href="playground/playground.css"/>
<link rel="stylesheet" href="playground/codemirror.css">
<link rel="stylesheet" href="playground/solarized.css">
</head>
<body>
<div id="playground">
</div>
<script src="playground/main.browser.js"></script>
</body>
</html>

View File

@ -1,16 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>React templates - Image Search Sample</title>
<link rel="stylesheet" href="playground.css"/>
<link rel="stylesheet" href="codemirror.css">
<link rel="stylesheet" href="solarized.css">
</head>
<body>
<div id="playground">
</div>
<script src="main.browser.js"></script>
</body>
</html>