Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Commit

Permalink
Add missing .gitignore file - oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
cceckman committed Aug 30, 2021
1 parent 4a7abb5 commit 24d82b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*.pem
11 changes: 8 additions & 3 deletions index.html
@@ -1,4 +1,9 @@
<html>
<head><title>A web page</title></head>
<body><p>Some content would be nice.</p></body>
</html>
<head>
<title>Reading List Admin</title>
<link rel="manifest" href="/manifest.json">
</head>
<body>
<p>Some content would be nice.</p>
</body>
</html>

0 comments on commit 24d82b2

Please sign in to comment.