summaryrefslogtreecommitdiff
path: root/wss/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'wss/index.html')
-rwxr-xr-xwss/index.html41
1 files changed, 0 insertions, 41 deletions
diff --git a/wss/index.html b/wss/index.html
deleted file mode 100755
index 79d9b9c..0000000
--- a/wss/index.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Template</title>
- <link rel="stylesheet" href="css/skeleton.css">
- <link rel="stylesheet" href="css/main.css">
- <link rel="stylesheet" href="css/table.css">
-</head>
-<body>
- <header>
- <h2>.</h2>
- <section>
- <p> </p>
- </section>
- </header>
- <main>
- <center>- - -</center>
- <section>
- <h5>Collaborative Editable Table</h5>
- <div class="editing-status connecting" id="editing-status">WebSocket: Connecting...</div>
- <p>Click on any cell to edit. Changes will be synced with other users in real-time.</p>
- <table id="thetable">
- </table>
- </section>
- <center>- - -</center>
- <section>
- <div id="server-status">Server status: Connecting...</div>
- </section>
- <footer>
- <p>Last updated ...</p>
- </footer>
- </main>
-</body>
-<script type = "text/javascript" src = "js/jquery-3.7.1.min.js"></script>
-<script type = "text/javascript">
- window.env = {'thing': 123123};
-</script>
-<script type = "text/javascript" src = "js/main.js"></script>
-</html>