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