Skip to content

Instantly share code, notes, and snippets.

<?php
$titre="Indiana Jones and the Last Crusade";
echo "$titre", '<br>';
$visionnage=true;
if ($visionnage==true)
{
echo "La réponse est OUI", '<br>';
@vigi3
vigi3 / quete2
Last active September 10, 2018 19:20
<?php
$weapons = ['fists', 'whip', 'gun'];
$opponentWeapon = $weapons[rand(0,2)]; // Cela permet de choisir une arme de manière aléatoire.
// TODO
$indyWeapon=array();
if ($opponentWeapon=='fists')
{
@vigi3
vigi3 / Terminal
Created September 3, 2018 16:53
Terminal
vince@Vince:~$ ls
Desktop Downloads Music Public Templates wilder
Documents examples.desktop Pictures quetes Videos
vince@Vince:~$ ls Downloads
vince@Vince:~$ ls Pictures
vince@Vince:~$ pwd
/home/vince
vince@Vince:~$ cd ..
vince@Vince:/home$ pwd
/home
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
<title>L'oeil de Sauron</title>
</head>
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" />
<title>Gandalf</title>
</head>
<body>
<div class="container">
<div class="caption">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>FindThePrecious</title>
</head>
<body>
<header>
<h1>FindThePrecious.com</h1>