|
|
|
@ -5,12 +5,11 @@
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<title>Palindrome</title>
|
|
|
|
|
<link rel="stylesheet" href="../../CSS/Enigme.css"/>
|
|
|
|
|
<link rel="stylesheet" href="../../CSS/Home.css">
|
|
|
|
|
<link rel="stylesheet" href="./View/src/CSS/Enigme.css"/>
|
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
|
|
|
|
<style>
|
|
|
|
|
html{
|
|
|
|
|
background-image: url(../../../assets/img/BackgroundPalindrome.jpg);
|
|
|
|
|
background-image: url(./View/assets/img/BackgroundPalindrome.jpg);
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
@ -18,7 +17,7 @@
|
|
|
|
|
<div class="enigme">
|
|
|
|
|
<div class="titre_pre">
|
|
|
|
|
<div class="retour">
|
|
|
|
|
<a class="material-icons" id="home" href="../Home.html" style="font-size:36px;color:white;">home</a>
|
|
|
|
|
<a class="material-icons" id="home" href="index.php?action=goToHome" style="font-size:36px;color:white;">home</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="sign">
|
|
|
|
|
<h1>
|
|
|
|
@ -88,7 +87,7 @@ print(estPalindrome("abba"))</div>
|
|
|
|
|
|
|
|
|
|
<script src="https://ajaxorg.github.io/ace-builds/src-noconflict/ace.js" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
<script src="https://raw.githack.com/pythonpad/brython-runner/master/lib/brython-runner.bundle.js" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
<script src="../../JS/base.js"></script>
|
|
|
|
|
<script src="../../JS/palindrome.js"></script>
|
|
|
|
|
<script src="./View/src/JS/base.js"></script>
|
|
|
|
|
<script src="./View/src/JS/palindrome.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|