diff options
Diffstat (limited to 'trongleposting-client')
| -rw-r--r-- | trongleposting-client/public/index.html | 18 | ||||
| -rw-r--r-- | trongleposting-client/src/App.js | 4 |
2 files changed, 10 insertions, 12 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. diff --git a/trongleposting-client/src/App.js b/trongleposting-client/src/App.js index 37643c5..4ffaacb 100644 --- a/trongleposting-client/src/App.js +++ b/trongleposting-client/src/App.js @@ -70,7 +70,7 @@ function App() { return ( <div className="container" style={{ border: `1px solid ${color}` }}> <div style={{ textAlign: "center" }}> - <h2>TronglePosting in ELisp</h2> + <h2>TrongELISPosting</h2> </div> <div id="chat" className="chat"> <p>Welcome!</p> @@ -112,7 +112,7 @@ function App() { onChange={(e) => setContent(e.target.value)} value={content} rows={1} - cols={50} + cols={40} ></textarea> <div className="button" onClick={addPost}> Post |
