hy/eg/tryhy/templates/index.html

19 lines
582 B
HTML
Raw Normal View History

2013-10-31 14:30:00 -07:00
<!DOCTYPE html>
<html>
<head>
<title>try-hylang</title>
2013-10-31 14:30:00 -07:00
<meta name="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery.console.js"></script>
<script type="text/javascript" src="js/repl.js"></script>
2013-11-01 23:34:27 -07:00
<script type="text/javascript">
var hy_version = '{{hy_version}}';
</script>
2013-10-31 14:30:00 -07:00
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
2013-11-01 23:34:27 -07:00
<div id="hy-console" class="console">
</div>
2013-10-31 14:30:00 -07:00
</body>
</html>