test file is not actually used

This commit is contained in:
rash
2026-02-12 13:30:28 +01:00
parent 469b777dcf
commit 97857e7a67

View File

@@ -1,17 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Widget Test Page</title>
</head>
<body>
<h1>Pretix Widget E2E Test Page</h1>
<!-- Pretix Widget Embed -->
<pretix-widget event="{{ event_url }}"></pretix-widget>
<!-- Widget Script -->
<script type="text/javascript" src="{{ widget_script_url }}"></script>
</body>
</html>