Update static/admin/index.html

This commit is contained in:
Morgan 2023-10-25 16:28:06 +09:00
parent 41ed578566
commit 7d39a2c0d5
1 changed files with 6 additions and 1 deletions

View File

@ -5,8 +5,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<title>Content Manager</title>
<style>
body, h1, h2, h3, h4, h5, h6, p {
font-family: sans-serif !important;
}
</style>
</head>
<body style="font-family: sans-serif !important;">
<body>
<!-- Include the script that builds the page and powers Decap CMS -->
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
</body>