This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 cd ~/Téléchargements | |
2 ls | |
3 cd clmystery-master | |
4 cat instructions | |
5 cd mystery | |
6 ls | |
7 cat crimescene | |
8 more crimescene | |
9 cat crimescene | |
10 less crimescene |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.col-1 { | |
border: 1px solid #ffffff; | |
padding-top: 8%; | |
} | |
.grey { | |
background: #333333; | |
} | |
.black { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>findThePrecious.com</title> | |
<link rel="stylesheet" href="style.css" /> | |
</head> | |
<body> |
NewerOlder