mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-01-08 20:18:01 -05:00
* Run tests and demos with playwright * ci: renamed workflow * Improved demo readmes * Use a separate page for each test
16 lines
257 B
Plaintext
16 lines
257 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Web-to-Web P2P Demo</title>
|
|
</head>
|
|
|
|
<body>
|
|
<script>
|
|
</script>
|
|
<div id="root"></div>
|
|
</body>
|
|
|
|
</html> |