Links page in Zircon Profile 8.0
Same filename and directory in other branches
File
vendor/behat/mink/driver-testsuite/web-fixtures/links.htmlView source
<!DOCTYPE html> <html> <head> <title>Links page</title> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> </head> <body> <a href="redirector.php">Redirect me to</a> <a href="randomizer.php">Random number page</a> <a href="links.html?quoted">Link with a '</a> <a href="basic_form.html"> <img src="basic_form" alt="basic form image"/> </a> </body> </html>