2022-06-12 09:38:38 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
2022-06-12 12:41:52 +02:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<!--include socket.io.js and jquery-->
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.5.1/socket.io.js" integrity="sha512-9mpsATI0KClwt+xVZfbcf2lJ8IFBAwsubJ6mI3rtULwyM3fBmQFzj0It4tGqxLOGQwGfJdk/G+fANnxfq9/cew==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
2022-06-12 09:38:38 +02:00
|
|
|
<script src="script.js" ></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-06-12 13:34:38 +02:00
|
|
|
<textarea id="console" readonly focus></textarea>
|
2022-06-12 09:38:38 +02:00
|
|
|
</body>
|
|
|
|
</html>
|