diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-29 17:25:27 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-29 17:25:27 -0700 |
| commit | 7582c3ac179f4764c4dd1e4e736e821a6a4e0105 (patch) | |
| tree | 8802f4561e7aa1af6cd75d3ddb496e14ece1897c /trongleposting-client/public/index.html | |
| parent | e5ca48b03bd8330dec958a89c3aea87a2fbadb07 (diff) | |
| download | emacs-presentation-7582c3ac179f4764c4dd1e4e736e821a6a4e0105.tar.gz emacs-presentation-7582c3ac179f4764c4dd1e4e736e821a6a4e0105.zip | |
remove clients when socket closed
Diffstat (limited to 'trongleposting-client/public/index.html')
| -rw-r--r-- | trongleposting-client/public/index.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/trongleposting-client/public/index.html b/trongleposting-client/public/index.html index 64ae652..87e190a 100644 --- a/trongleposting-client/public/index.html +++ b/trongleposting-client/public/index.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> @@ -6,14 +6,9 @@ <meta name="theme-color" content="#000000" /> <meta name="description" - content="Docker container to do dockerposting" + content="TronglePosting in our god language ELisp" /> - <link - rel="icon" - type="image/x-icon" - sizes="512x512" - href="/favicon.ico" - /> + <link rel="icon" type="image/x-icon" sizes="512x512" href="/favicon.ico" /> <!-- manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ @@ -28,10 +23,13 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - <title>TRONGLEPOSTING</title> + <title>TrongELISPosting</title> </head> <body> - <noscript>You need to enable JavaScript to run this app.</noscript> + <noscript + >TronglePosting requires our unholy language JavaScript (no relation to + java).</noscript + > <div id="root"></div> <!-- This HTML file is a template. |
