From ed1ad8ef862b5ec30263d995c8eb12e994490e52 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Mon, 27 Nov 2023 15:06:38 -0600 Subject: Initial Commit --- app.css | 7 +++++++ app.js | 3 +++ index.html | 15 +++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 app.css create mode 100644 app.js create mode 100644 index.html diff --git a/app.css b/app.css new file mode 100644 index 0000000..02aadcf --- /dev/null +++ b/app.css @@ -0,0 +1,7 @@ +h1 { + color : magenta; +} + +body { + background-color: black; +} \ No newline at end of file diff --git a/app.js b/app.js new file mode 100644 index 0000000..01ae5b2 --- /dev/null +++ b/app.js @@ -0,0 +1,3 @@ +function alertButton() { + alert("Hello world!") +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..9cfa8fe --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + + + +

Nick Chopper

+ + + + + + \ No newline at end of file -- cgit v1.2.3