Restore the app files (prior commit mis-scoped its tar)
build-and-publish / build (push) Failing after 8s

Co-Authored-By: Claude Opus 4.8 <[email protected]>
This commit is contained in:
2026-07-22 20:50:58 -05:00
co-authored by Claude Opus 4.8
parent eaad7b916e
commit 2a0dd1ae6b
85 changed files with 6012 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/assets/logo.svg">
<title>Confessions of Grace</title>
<meta name="description" content="Confessing Christ. Rejoicing in Grace. A blog exploring the doctrines of grace and Reformed theology.">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>