From dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 4 Dec 2021 13:14:41 +0100 Subject: New stuff --- htdocs/public/oworadio/along/index.ejs | 6 ++++++ htdocs/public/oworadio/credits/index.ejs | 6 ++++++ htdocs/public/oworadio/dmca/index.ejs | 6 ++++++ htdocs/public/oworadio/index.ejs | 6 ++++++ htdocs/public/oworadio/source/index.ejs | 6 ++++++ htdocs/public/oworadio/vlc/index.ejs | 6 ++++++ 6 files changed, 36 insertions(+) create mode 100644 htdocs/public/oworadio/along/index.ejs create mode 100644 htdocs/public/oworadio/credits/index.ejs create mode 100644 htdocs/public/oworadio/dmca/index.ejs create mode 100644 htdocs/public/oworadio/index.ejs create mode 100644 htdocs/public/oworadio/source/index.ejs create mode 100644 htdocs/public/oworadio/vlc/index.ejs (limited to 'htdocs/public/oworadio') diff --git a/htdocs/public/oworadio/along/index.ejs b/htdocs/public/oworadio/along/index.ejs new file mode 100644 index 0000000..67fabf4 --- /dev/null +++ b/htdocs/public/oworadio/along/index.ejs @@ -0,0 +1,6 @@ +<% + + res.writeHead(301, { "Location": "/" + slang }); + res.end(); + +%> \ No newline at end of file diff --git a/htdocs/public/oworadio/credits/index.ejs b/htdocs/public/oworadio/credits/index.ejs new file mode 100644 index 0000000..67fabf4 --- /dev/null +++ b/htdocs/public/oworadio/credits/index.ejs @@ -0,0 +1,6 @@ +<% + + res.writeHead(301, { "Location": "/" + slang }); + res.end(); + +%> \ No newline at end of file diff --git a/htdocs/public/oworadio/dmca/index.ejs b/htdocs/public/oworadio/dmca/index.ejs new file mode 100644 index 0000000..67fabf4 --- /dev/null +++ b/htdocs/public/oworadio/dmca/index.ejs @@ -0,0 +1,6 @@ +<% + + res.writeHead(301, { "Location": "/" + slang }); + res.end(); + +%> \ No newline at end of file diff --git a/htdocs/public/oworadio/index.ejs b/htdocs/public/oworadio/index.ejs new file mode 100644 index 0000000..67fabf4 --- /dev/null +++ b/htdocs/public/oworadio/index.ejs @@ -0,0 +1,6 @@ +<% + + res.writeHead(301, { "Location": "/" + slang }); + res.end(); + +%> \ No newline at end of file diff --git a/htdocs/public/oworadio/source/index.ejs b/htdocs/public/oworadio/source/index.ejs new file mode 100644 index 0000000..67fabf4 --- /dev/null +++ b/htdocs/public/oworadio/source/index.ejs @@ -0,0 +1,6 @@ +<% + + res.writeHead(301, { "Location": "/" + slang }); + res.end(); + +%> \ No newline at end of file diff --git a/htdocs/public/oworadio/vlc/index.ejs b/htdocs/public/oworadio/vlc/index.ejs new file mode 100644 index 0000000..67fabf4 --- /dev/null +++ b/htdocs/public/oworadio/vlc/index.ejs @@ -0,0 +1,6 @@ +<% + + res.writeHead(301, { "Location": "/" + slang }); + res.end(); + +%> \ No newline at end of file -- cgit