mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-04 22:30:00 -06:00
16 lines
355 B
HTML
16 lines
355 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<title>Cypress Driver</title>
|
|
</head>
|
|
|
|
<body>
|
|
This is the site for the Cypress Driver library
|
|
<script type="module" src="./index.ts"></script>
|
|
</body>
|
|
|
|
</html> |