03c0041255
figuring load order
13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
<html>
|
|
<head>
|
|
<title>Salama Debugger</title>
|
|
<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>
|