overte-AleziaKurdis/domain-server/resources/web/assignment/index.shtml
2013-09-13 11:21:03 -07:00

28 lines
854 B
Text

<!DOCTYPE html>
<html>
<head>
<title>Create JS Assignment</title>
<link href='css/style.css' rel='stylesheet'>
</head>
<body>
<pre id='editor' style='font-size: 14px;'><!--#include "placeholder.js"--></pre>
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js'></script>
<script src='//api.filepicker.io/v1/filepicker.js'></script>
<script src='js/ace/ace.js' type='text/javascript'></script>
<script src='js/assignment.js' type='text/javascript'></script>
<div class='big-button' id='deploy-button'>
<a href='#'>
Run
</a>
</div>
<!-- %div#stop-button.big-button -->
</body>
</html>
<!-- %a{:href => "#"} -->
<!-- Stop -->
<!-- %div#other-commands -->
<!-- %ul -->
<!-- %li -->
<!-- %a{:href => "#"} New Script -->
<!-- %li -->
<!-- %a{:href => "#"} Make a copy -->