mirror of
https://github.com/tlsnotary/tlsn-plugin-demo.git
synced 2026-01-09 21:37:55 -05:00
14 lines
325 B
HTML
14 lines
325 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="icon" type="image/png" href="/static/favicon.png" />
|
|
<title>TLSN Plugin Demo</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<div id="modal-root"></div>
|
|
</body>
|
|
</html>
|