<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>React templates - Image Search Sample</title>
    <link rel="stylesheet" href="sample.css"/>
</head>
<body>
<form id="main" style="padding:20px 150px;">
    <!-- the lists panel -->
    <div id="preloader" style="text-align: center;">Loading...</div>
</form>
<script data-main="main.js" src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.15/require.js"></script>
</body>
</html>