Files
webdriver/code/3-url/index.html
2023-08-01 13:11:28 +02:00

13 lines
328 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title> WebDiver testpage</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>This is a WebDiver testpage</h1>
<script src="webdriver.js"></script>
</body>
</html>