diff --git a/gyrio/index.html b/gyrio/index.html index 32acc98..46f844c 100644 --- a/gyrio/index.html +++ b/gyrio/index.html @@ -1,4 +1,5 @@ +<<<<<<< HEAD @@ -12,4 +13,23 @@ - \ No newline at end of file + +======= + + + + + Foxnet + + + + + + + + + + + + +>>>>>>> 3bcdb922df05952a164b59bdb8ad9d2aa2785b4d diff --git a/gyrio/index.js b/gyrio/index.js index d0fdbee..a608e99 100644 --- a/gyrio/index.js +++ b/gyrio/index.js @@ -1,3 +1,4 @@ + var canvas = document.getElementById("canvas"); var ctx = canvas.getContext("2d"); canvas.width = screen.width; @@ -20,4 +21,11 @@ function generateString() { console.log(generateString()); ctx.fillStyle = "#000"; -ctx.fillRect(0,0, canvas.width, canvas.height); \ No newline at end of file +ctx.fillRect(0,0, canvas.width, canvas.height); + +function getWebsite(geturl) { + xmlhttp=new XMLHttpRequest(); + xmlhttp.open("GET", geturl, false); + xmlhttp.send(); + var data = xmlhttp.responseText; +}