hy/eg/tryhy/templates/index.html
2013-11-08 16:30:57 -08:00

23 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>try-hylang</title>
<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>
<script type="text/javascript">
var hy_version = '{{hy_version}}';
var server_software = '{{server_software}}';
</script>
<link href='http://fonts.googleapis.com/css?family=Coda|Orbitron' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta property="og:title" content="try-hylang" />
<meta property="og:image" content="http://docs.hylang.org/en/latest/_images/hy_logo-smaller.png" />
<meta property="og:description" content="hylang repl">
<body>
<div id="hy-console" class="console"></div>
<div id="footer"><a href="https://github.com/hylang/hy/pull/316" target="_new">hy/pull/316</a></div>
</body>
</html>