Commit 4ea67311 by Tomas Alabes

Removing extra code in html

parent 50a7f8d5
......@@ -23,9 +23,7 @@
// Initialize container when document is loaded
window.onload = function () {
paper = Raphael(0, 0, 640, 720, "container");
paper.text(200, 25 + 18, "Some Text that should be a link").attr({
'href': "https:www.google.com"
});
};
//Work here, in a separate script file or via command line
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment