2015-07-22 16:10:50 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Salama Debugger</title>
|
2015-07-27 20:29:41 +02:00
|
|
|
<link rel="stylesheet" href="/assets/styles.css">
|
2015-07-22 16:10:50 +02:00
|
|
|
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
|
|
|
|
<script src="/assets/react-with-addons.js"></script>
|
2015-07-23 13:59:29 +02:00
|
|
|
<%= javascript_include_tag 'main' %>
|
2015-07-22 16:10:50 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="content"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|