12 lines
267 B
HTML
12 lines
267 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>WP0-02 event sync fixture</title>
|
|
</head>
|
|
<body>
|
|
<main id="status">starting</main>
|
|
<script type="module" src="/tests/e2e/fixtures/event-sync.ts"></script>
|
|
</body>
|
|
</html>
|