Move enigme

ServeurDeTest
Pierre BALLANDRAS 3 years ago
parent 32b0ccec5c
commit af70bc7543

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Brython</title> <title>Brython</title>
<link rel="stylesheet"href="../css/all.css" /> <link rel="stylesheet" href="../../CSS/enigme.css" />
</head> </head>
<body> <body>
<div class="enigme"> <div class="enigme">
@ -53,8 +53,8 @@
<script src="https://ajaxorg.github.io/ace-builds/src-noconflict/ace.js" type="text/javascript" charset="utf-8"></script> <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="https://raw.githack.com/pythonpad/brython-runner/master/lib/brython-runner.bundle.js" type="text/javascript" charset="utf-8"></script>
<script src="../javascript/base.js"></script> <script src="../../JS/base.js"></script>
<script src="../javascript/palindrome.js"></script> <script src="../../JS/palindrome.js"></script>
</body> </body>
</html> </html>
Loading…
Cancel
Save