mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-12 02:00:06 -06:00
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com> Co-authored-by: Zachary Williams <ZachJW34@gmail.com>
22 lines
447 B
HTML
22 lines
447 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link href="/__cypress/assets/favicon.png?v2" rel="icon">
|
|
<title>Cypress</title>
|
|
<link href="/__cypress/runner/favicon.ico?v2" rel="icon">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
<script type="text/javascript">
|
|
// set a global so we know the 'top' window
|
|
window.__Cypress__ = true
|
|
</script>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
|
|
</html> |