From 4621f5a29bfc00263f2f3d135152ce02ab10618b Mon Sep 17 00:00:00 2001 From: tonyco97 Date: Mon, 27 May 2024 22:35:11 +0200 Subject: [PATCH] downloadPage. Created download page for nethlink --- index.html | 222 +++++++++++++++++++++++++++++++++++++++ public/Nethlink-logo.svg | 19 ++++ public/background.svg | 1 + 3 files changed, 242 insertions(+) create mode 100644 index.html create mode 100644 public/Nethlink-logo.svg create mode 100644 public/background.svg diff --git a/index.html b/index.html new file mode 100644 index 00000000..7b4b7720 --- /dev/null +++ b/index.html @@ -0,0 +1,222 @@ + + + + + + NethLink + + + + + + + + +
+
+ Nethlink logo +

+

+
+ +
+ +
+
+
+ + +
+
+ + +
+
+ + +
+
+
+ + diff --git a/public/Nethlink-logo.svg b/public/Nethlink-logo.svg new file mode 100644 index 00000000..f01ebe9f --- /dev/null +++ b/public/Nethlink-logo.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/public/background.svg b/public/background.svg new file mode 100644 index 00000000..5fc0ba08 --- /dev/null +++ b/public/background.svg @@ -0,0 +1 @@ + \ No newline at end of file