This commit is contained in:
√(noham)²
2022-11-25 23:45:26 +01:00
parent 86bf008f7c
commit 84270fc8d3
33 changed files with 165 additions and 483 deletions

View File

@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Accueil</title>
<link rel="shortcut icon" href="assets/icon2.ico">
<link rel="shortcut icon" href="assets/icon.ico">
<link rel="stylesheet" href="css/style.css">
<script src="js/js.js"></script>
<script>var body = document.getElementsByTagName('body')[0];
@@ -107,17 +107,7 @@
<button id="google" onmouseenter='window.location.href="https://google.com"'><img
src="assets/social/google.png" alt="reload" style="width: 75px"></button>
</div>
<br>
<div>
<input id="launchit" type="button" name="startit" value="minuteur" onclick="window.open( 'html/minuteur.html', 'tester',
'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=650' );">
</div>
</div>
</body>
</html>