diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-18 23:29:54 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-18 23:29:54 +0200 |
commit | 16c3089a1154f146dbab6a9d43f1c5df1c89739e (patch) | |
tree | fc49343b7180e10af9fcdc11c48f2e236873971e /www | |
parent | 543d117dd85856aad0b02602ff8efd4b6678d1ba (diff) | |
download | sciteco-16c3089a1154f146dbab6a9d43f1c5df1c89739e.tar.gz |
homepage: added facicon and description meta tag
Diffstat (limited to 'www')
-rwxr-xr-x | www/build.tes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/build.tes b/www/build.tes index b9b7b56..9ef1ec4 100755 --- a/www/build.tes +++ b/www/build.tes @@ -17,6 +17,8 @@ <html> <head> <title>SciTECO - <Website> Q[title]</title> + <link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/rhaberkorn/sciteco/master/ico/sciteco.ico"> + <meta name="description" content="Advanced TECO dialect and interactive screen editor based on Scintilla"> <style> @import "https://www.nerdfonts.com/assets/css/webfont.css"; |