<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"/> | |
<link href="favicon.svg" rel="icon" type="image/svg"> | |
<meta content="width=device-width, initial-scale=1" name="viewport"/> | |
<link href="logo192.png" rel="apple-touch-icon"/> | |
<link href="manifest.json" rel="manifest"/> | |
<title>Selenium Grid</title> | |
</head> | |
<body> | |
<noscript>You need to enable JavaScript to run this app.</noscript> | |
<div id="root"></div> | |
<script src="index.js"></script> | |
</body> | |
</html> |