Files
OPI/ord/templates/preview-code.html
Halil Samed Çıldır 85d9e61af5 Updated ord core to 0.14.0
Added cursed_for_brc20 flag to track cursed inscriptions after the jubilee
2024-01-04 21:33:45 +03:00

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>