a0721a0cde
also external index
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
<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>
|