mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-04-18 11:00:17 -04:00
13 lines
233 B
HTML
13 lines
233 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Test</title>
|
|
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="notes">
|
|
{{ html|safe }}
|
|
</div>
|
|
</body>
|
|
</html> |