Basics in place.

This commit is contained in:
Pat Garrity 2024-04-10 22:17:20 -05:00
parent fd05c82ac9
commit 95f440ce92
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76
3 changed files with 13 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
dist/

View file

@ -10,3 +10,4 @@ repos:
args: ['--fix=lf'] args: ['--fix=lf']
description: Enforces using only 'LF' line endings. description: Enforces using only 'LF' line endings.
- id: trailing-whitespace - id: trailing-whitespace
- id: check-xml

11
src/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Garrity Software</title>
<meta name="author" content="pfm" />
<meta name="description" content="Garrity Software Homepage" />
</head>
<body>
<h1>Garrity Software</h1>
</body>
</html>