16 lines
408 B
HTML
16 lines
408 B
HTML
<!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>
|