From 447b0441d0f597e71b29862fcac607332a824b43 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Thu, 17 May 2018 09:05:47 +1200 Subject: [PATCH] Init --- index.html | 23 +++++++++++++++++++++++ scripts/portal.js | 14 ++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 index.html create mode 100644 scripts/portal.js diff --git a/index.html b/index.html new file mode 100644 index 0000000..83472a0 --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ + + + + + + + + + + Webring + + + + + diff --git a/scripts/portal.js b/scripts/portal.js new file mode 100644 index 0000000..b388713 --- /dev/null +++ b/scripts/portal.js @@ -0,0 +1,14 @@ +function Portal(sites) +{ + this.sites = sites; + + this.install = function() + { + + } + + this.start = function() + { + + } +} \ No newline at end of file