diff --git a/src/main/java/net/jrtechs/www/App.java b/src/main/java/net/jrtechs/www/App.java index 6a6c180..0afc8f7 100644 --- a/src/main/java/net/jrtechs/www/App.java +++ b/src/main/java/net/jrtechs/www/App.java @@ -1,13 +1,17 @@ package net.jrtechs.www; +import net.jrtechs.www.server.Server; + /** - * Hello world! + * Launcher for the server * + * @author Jeffery Russell 6-9-18 */ public class App { public static void main( String[] args ) { - System.out.println( "Hello World!" ); + System.out.println("Starting Server"); + new Server().start(); } -} +} \ No newline at end of file diff --git a/website/css/bootstrap.css b/website/css/bootstrap.css index 9b62fba..eaed9ab 100644 --- a/website/css/bootstrap.css +++ b/website/css/bootstrap.css @@ -9437,7 +9437,7 @@ a.text-dark:hover, a.text-dark:focus { } .bg-dark { - background-color: #8E8C84 !important; + background-color: #3E3F3A !important; } .bg-light { diff --git a/website/faq.html b/website/faq.html new file mode 100644 index 0000000..fb0f9e3 --- /dev/null +++ b/website/faq.html @@ -0,0 +1,136 @@ + + + + + Jrtechs Steam Friend Graph Project + + + + + + + + + +
+ TDLTR + +
+ + + + + + + + + + + + + diff --git a/website/graph.html b/website/graph.html index fa68d5d..a6987d5 100644 --- a/website/graph.html +++ b/website/graph.html @@ -64,30 +64,40 @@ -