diff options
| author | Thomas Grothe <grothe.tr@gmail.com> | 2026-02-22 22:53:29 -0500 |
|---|---|---|
| committer | Thomas Grothe <grothe.tr@gmail.com> | 2026-02-22 22:53:29 -0500 |
| commit | cb35c8e69f1645a298542c75d26c4dcb744f0c2c (patch) | |
| tree | 042d296db2f932a60a5236a1939209147d7ec0ae /wss/index.html | |
| parent | f3d75ecf1e6006b2ab669a37dd73a5c7b03c4739 (diff) | |
Diffstat (limited to 'wss/index.html')
| -rwxr-xr-x | wss/index.html | 41 |
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>
|
