You are here

Index page in Zircon Profile 8

File

vendor/behat/mink/driver-testsuite/web-fixtures/issue211.html
View source
<!DOCTYPE html>
<html>
<head>
    <title>Index page</title>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
</head>
<body>

<form action="#">
    <p>
        <label for="phone">Téléphone</label>
        <input type="text" name="phone" id="phone" />
    </p>
    <p>
        <label for="daphone">DaPhone</label>
        <input type="text" name="daphone" id="daphone" />
    </p>

    <input type="submit" value="Send" />
</form>

</body>
</html>