mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
11 lines
295 B
HTML
11 lines
295 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Better Auth - Vanilla Node E2E Test</title>
|
|
</head>
|
|
<body>
|
|
<script type="module" src="./src/main.ts"></script>
|
|
</body>
|
|
</html> |