feat: cms

This commit is contained in:
Cory Dransfeldt 2024-03-21 13:37:29 -07:00
parent ed560d1bfe
commit 699f25d175
No known key found for this signature in database
2 changed files with 27 additions and 0 deletions

12
admin/index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<title>CMS // Cory Dransfeldt</title>
</head>
<body>
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
</body>
</html>