Fix code
This commit is contained in:
parent
3ab8852f55
commit
22813b4fb6
4 changed files with 16 additions and 6 deletions
|
|
@ -1,12 +1,15 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||
/>
|
||||
<title>Binary Game</title>
|
||||
<link href="CSS/style.css" rel="stylesheet"></head>
|
||||
<link href="/cisco/assets/css/style.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="reactRoot">
|
||||
</div>
|
||||
<script type="text/javascript" src="JS/script.js"></script></body>
|
||||
<div id="reactRoot"></div>
|
||||
<script type="text/javascript" src="/cisco/assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
7
index.html
Normal file
7
index.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<h1>The all games on the <a href="https://lehub.tf">LeHub.tf</a></h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="/cisco/"> Cisco </a> — Binary games</li>
|
||||
</ul>
|
||||
|
||||
<footer>© 2025 — <a href="https://teamflash.fr">TeamFlash</a></footer>
|
||||
Loading…
Add table
Reference in a new issue