mirror of
https://github.com/tlsnotary/proof_viz.git
synced 2026-01-06 19:13:54 -05:00
18 lines
406 B
HTML
18 lines
406 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>TLSNotary • Proof visualizer</title>
|
|
|
|
<link data-trunk rel="rust" />
|
|
<link data-trunk rel="tailwind-css" href="./styles.css" />
|
|
<link data-trunk rel="icon" href="./tlsnotary.ico" />
|
|
|
|
<link data-trunk rel="css" href="prism/prism.css" />
|
|
<script data-trunk src="prism/prism.js"></script>
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html> |