rubyx-debugger/index.html.erb

13 lines
337 B
Plaintext
Raw Normal View History

<html>
<head>
<title>Salama Debugger</title>
<link rel="stylesheet" href="base.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 'debugger' %>
</head>
<body>
<div id="content"></div>
</body>
</html>