aboutsummaryrefslogtreecommitdiffstats
path: root/template/linkadd.html.ste
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2025-04-01 21:37:43 +0300
committerjustanothercatgirl <sotov@twistea.su>2025-04-02 20:35:37 +0300
commit0eedaa2a2e5fc58789b268fdfc1b05e63dabc36b (patch)
treec11560a50274c209cb513eb9d00845280e0bb923 /template/linkadd.html.ste
parent08403b616f9dad83cb1204eec83ba1252e3eb129 (diff)
Integrated STE into html generation & cleaned up code
Diffstat (limited to 'template/linkadd.html.ste')
-rw-r--r--template/linkadd.html.ste11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/linkadd.html.ste b/template/linkadd.html.ste
new file mode 100644
index 0000000..7fe3db3
--- /dev/null
+++ b/template/linkadd.html.ste
@@ -0,0 +1,11 @@
+<!DOCTYPE html><html>
+ <head>
+ <meta charset="utf-8"/>
+ <style>*{margin:0;padding:0;text-align:center;}</style>
+ </head>
+ <body>
+ <p> Your URL:
+ <a href="/%OUT(newurlp);%">%OUT(HTTPHOSTNAME);%/%OUT(newurlp);%</a>
+ </p>
+ </body>
+</html>