mirror of
https://github.com/tlsnotary/proof_viz.git
synced 2026-01-08 20:07:56 -05:00
15 lines
298 B
HTML
15 lines
298 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" />
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html> |