Files
hapi/web/e2e-fixtures/share-turn-fixture.html
T

14 lines
415 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>HAPI share turn e2e fixture</title>
<link rel="stylesheet" href="./share-turn-extra.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./share-turn-fixture.tsx"></script>
</body>
</html>