WEBSCOKETS
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user