15 lines
450 B
HTML
15 lines
450 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title></title>
|
|
<meta name="description" content="description du site web">
|
|
<meta name="keywords" content="truc, bidule, chouette">
|
|
</head>
|
|
<body>
|
|
<a href = "javascript:history.back()">Back to previous page</a>
|
|
<INPUT TYPE="button" VALUE="Back" onClick="history.go(-1);">
|
|
</body>
|
|
</html>
|