oxjs/demos/syntax/index.html

10 lines
340 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<title>OxJS SyntaxHighlighter Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="../../build/Ox.js"></script>
<script type="text/javascript" src="js/syntax.js"></script>
</head>
<body></body>
</html>