WEBSCOKETS

This commit is contained in:
2023-06-05 16:15:33 -04:00
parent 3d1a45cafe
commit d28bdf14ec
6 changed files with 132 additions and 25 deletions

View File

@@ -4,7 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="../stylesheet.css">
<link rel="stylesheet" href="../darkmode.css">
<link rel="stylesheet" href="../darkmode.css">'
<link rel="icon" href="../favicon.ico">
<title>Install Card</title>
<script>document.documentElement.dataset.theme = localStorage.getItem('theme') || 'light';</script>
</head>
@@ -37,6 +38,7 @@
<ul>
<li><a href="../">Home</a></li>
<li><a class="active" href="#">Install</a></li>
<li><a href="../websocket/">WebSocket</a></li>
</ul>
</nav>