mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-02-19 11:55:09 -05:00
* chore: add react/typescript demo and quick start # Conflicts: # package.json * doc: improve quickstart --------- Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
16 lines
249 B
Plaintext
16 lines
249 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>React/Typescrip Example</title>
|
|
</head>
|
|
|
|
<body>
|
|
<script>
|
|
</script>
|
|
<div id="root"></div>
|
|
</body>
|
|
|
|
</html> |