mirror of
https://github.com/tlsnotary/explorer.git
synced 2026-01-08 04:23:52 -05:00
17 lines
387 B
HTML
17 lines
387 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>TLSNotary Explorer</title>
|
|
<script>
|
|
window.__PRELOADED_STATE__ = {};
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<div id="modal-root"></div>
|
|
</body>
|
|
</html>
|