moved index to root
This commit is contained in:
parent
04e0f957ed
commit
91ab1b156a
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
Loading…
Reference in New Issue