mirror of
https://github.com/alexgo-io/OPI.git
synced 2026-01-13 08:40:36 +08:00
12 lines
328 B
HTML
12 lines
328 B
HTML
<!doctype html>
|
|
<html lang=en data-inscription={{self.inscription_id}} data-language={{self.language}}>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<link rel=stylesheet href=/static/preview-code.css>
|
|
<script src=/static/preview-code.js defer type=module></script>
|
|
</head>
|
|
<body>
|
|
<pre><code></code></pre>
|
|
</body>
|
|
</html>
|