mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-20 23:28:42 -05:00
11 lines
206 B
HTML
11 lines
206 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{title}}</title>
|
|
</head>
|
|
<body>
|
|
<script src="/{{namespace}}/runner/cypress_cross_origin_runner.js"></script>
|
|
</body>
|
|
</html>
|