mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 19:33:46 +00:00
7e3aaa8c30
* style: consistent casing on menu * refactor: bundle demo from code * feat: allow uploading custom views
15 lines
358 B
HTML
15 lines
358 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Custom View E2E Test</title>
|
|
<style>
|
|
body { font-family: sans-serif; padding: 2rem; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1 data-testid="custom-view-heading">Custom View E2E Test</h1>
|
|
<p>This is a test custom view for end-to-end testing.</p>
|
|
</body>
|
|
</html>
|