Basics in place.
This commit is contained in:
parent
fd05c82ac9
commit
95f440ce92
3 changed files with 13 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
dist/
|
|
@ -10,3 +10,4 @@ repos:
|
|||
args: ['--fix=lf']
|
||||
description: Enforces using only 'LF' line endings.
|
||||
- id: trailing-whitespace
|
||||
- id: check-xml
|
||||
|
|
11
src/index.html
Normal file
11
src/index.html
Normal 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>
|
Loading…
Add table
Reference in a new issue