8 lines
286 B
HTML
8 lines
286 B
HTML
</div>
|
|
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
|
|
<script src="{{ page.root }}static/script.js"></script>
|
|
<link rel="stylesheet" href="{{ page.root }}static/style.css">
|
|
<link rel="stylesheet" href="{{ page.root }}static/syntax.css">
|
|
</body>
|
|
</html>
|