finallement en flexbox

This commit is contained in:
hugogogo
2021-01-26 13:26:58 +01:00
parent 02b26a987a
commit 313dc53030
2 changed files with 56 additions and 40 deletions

14
back.html Normal file
View File

@@ -0,0 +1,14 @@
<!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>