You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
420 B
HTML
19 lines
420 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Links</title>
|
|
</head>
|
|
<body>
|
|
|
|
<p>This is the link page </p>
|
|
<!-- it is important to put the ./ to speciy on which directory
|
|
you are curently using-->
|
|
<p>Go back to <a href="./index.html">link.html</a></p>
|
|
<p>go to images/index.html page</p>
|
|
|
|
|
|
|
|
</body>
|
|
</html> |