Skip to content

Instantly share code, notes, and snippets.

@cotcotquedec
Created July 7, 2016 14:23
Show Gist options
  • Save cotcotquedec/3525f398a935bab800c1e746645156bd to your computer and use it in GitHub Desktop.
Save cotcotquedec/3525f398a935bab800c1e746645156bd to your computer and use it in GitHub Desktop.
Test recrutement php lvl2
<?php
// J'ai hacké la matrice, voici le signal envoyé au tableau des scores
$france = [192,192,204,204,255,255,12,12];
$germany = [56,120,216,24,24,24,255,255];
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="EXPIRES" content="0" />
<meta http-equiv="Pragma" content="no-cache" />
<title>Petit test : Tableau de score!</title>
</head>
<body>
<h2>Objectif : </h2>
<div class="rules">- Decrypter mon pronostic pour le match France - Allemagne!</div>
<h2>Réalisation : </h2>
<div id="todo"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment