diff --git a/static/canvas.css b/static/canvas.css new file mode 100644 index 0000000..def5ac0 --- /dev/null +++ b/static/canvas.css @@ -0,0 +1,3 @@ +canvas { + background-color: black; +} \ No newline at end of file diff --git a/static/canvas.html b/static/canvas.html index e8e4dc2..f0cd5fa 100644 --- a/static/canvas.html +++ b/static/canvas.html @@ -7,8 +7,11 @@ UTSA Placeholders + - - + + +

Hello

+ \ No newline at end of file diff --git a/static/canvas.js b/static/canvas.js new file mode 100644 index 0000000..e69de29