From 71250b1496a0bf20a8d6f5c1f7c4cda59e7e4832 Mon Sep 17 00:00:00 2001 From: adanrsantos Date: Wed, 9 Oct 2024 18:19:10 -0500 Subject: [PATCH] added and linked canvas js and css file --- static/canvas.css | 3 +++ static/canvas.html | 7 +++++-- static/canvas.js | 0 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 static/canvas.css create mode 100644 static/canvas.js diff --git a/static/canvas.css b/static/canvas.css new file mode 100644 index 0000000..f8b8bdb --- /dev/null +++ b/static/canvas.css @@ -0,0 +1,3 @@ +canvas { + background-color: lightblue; +} \ 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