commit 3294d11a12740ce1a780120c6ac10a6810bddee5 Author: Kenneth Jao Date: Sat Sep 30 17:14:15 2017 -0400 initial comit diff --git a/gyrio/index.css b/gyrio/index.css new file mode 100644 index 0000000..99c1fb4 --- /dev/null +++ b/gyrio/index.css @@ -0,0 +1,11 @@ +@import url('https://fonts.googleapis.com/css?family=Raleway'); +@import url('https://fonts.googleapis.com/css?family=Josefin+Sans'); + +html { + font-family: 'Raleway'; + /*background-color: #15171B;*/ +} + +body { + margin: 0; +} \ No newline at end of file diff --git a/gyrio/index.html b/gyrio/index.html new file mode 100644 index 0000000..d6939eb --- /dev/null +++ b/gyrio/index.html @@ -0,0 +1,15 @@ + + + + + Foxnet + + + + + + + + + + \ No newline at end of file diff --git a/gyrio/index.js b/gyrio/index.js new file mode 100644 index 0000000..e69de29