From 95f440ce9253d9c36462c81025cace38a9c5a176 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Wed, 10 Apr 2024 22:17:20 -0500 Subject: [PATCH] Basics in place. --- .gitignore | 1 + .pre-commit-config.yaml | 1 + src/index.html | 11 +++++++++++ 3 files changed, 13 insertions(+) create mode 100644 .gitignore create mode 100644 src/index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..849ddff --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dist/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 516c4a0..443a863 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,3 +10,4 @@ repos: args: ['--fix=lf'] description: Enforces using only 'LF' line endings. - id: trailing-whitespace + - id: check-xml diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..8d05680 --- /dev/null +++ b/src/index.html @@ -0,0 +1,11 @@ + + + + Garrity Software + + + + +

Garrity Software

+ +