rubyx-debugger/index.html.erb

13 lines
392 B
Plaintext
Raw Normal View History

<html>
<head>
<title>Salama Debugger</title>
2015-07-22 21:05:31 +02:00
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="/assets/react-with-addons.js"></script>
<%= javascript_include_tag 'main' %>
</head>
<body>
<div id="content"></div>
</body>
</html>