Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit ded15df

Browse files
authored
Update index.html
1 parent c572362 commit ded15df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
<!--
2+
This file is required for Vite to run at the root of the project.
3+
It's very difficult to avoid this.
4+
One option is to move the playground/index.html up here instead.
5+
-->
16
<!DOCTYPE html>
27
<html lang="en">
38
<head>
49
<meta charset="utf-8" />
510
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
611
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
7-
<title>AUT Frame</title>
12+
<title>Cypress's Test Playground</title>
813
</head>
914
<body></body>
1015
</html>

0 commit comments

Comments
 (0)