summaryrefslogtreecommitdiff
path: root/trongleposting-client/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'trongleposting-client/public/index.html')
-rw-r--r--trongleposting-client/public/index.html18
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.