mirror of
https://github.com/tlsnotary/explorer.git
synced 2026-01-09 21:07:55 -05:00
13 lines
248 B
HTML
13 lines
248 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Popup</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<div id="modal-root"></div>
|
|
</body>
|
|
</html>
|