mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 23:43:57 +00:00
73eff20d08
* chore: format * chore: add formatter in CI check --------- Co-authored-by: alex-Arc <omnivox@LAPTOP-RC5SNBVV.localdomain>
18 lines
380 B
HTML
18 lines
380 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>
|