Files
cypress/packages/driver/index.html
2021-09-07 13:28:16 -04:00

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>