add adsense code to head

This commit is contained in:
2025-12-21 18:22:32 +09:00
parent c68503d21d
commit 74d7e3b960
2 changed files with 2222 additions and 36 deletions

View File

@@ -1,42 +1,48 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<meta charset="UTF-8" /> <head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta charset="UTF-8" />
<title>JBD BMS Web Tool</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com"></script> <title>JBD BMS Web Tool</title>
<script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4444852135420953"
tailwind.config = { crossorigin="anonymous"></script>
theme: { <script src="https://cdn.tailwindcss.com"></script>
extend: { <script>
colors: { tailwind.config = {
gray: { theme: {
850: '#1f2937', extend: {
900: '#111827', colors: {
950: '#030712', gray: {
} 850: '#1f2937',
900: '#111827',
950: '#030712',
} }
} }
} }
} }
</script> }
<style> </script>
/* Custom scrollbar for webkit */ <style>
::-webkit-scrollbar { /* Custom scrollbar for webkit */
width: 8px; ::-webkit-scrollbar {
height: 8px; width: 8px;
} height: 8px;
::-webkit-scrollbar-track { }
background: #1f2937;
} ::-webkit-scrollbar-track {
::-webkit-scrollbar-thumb { background: #1f2937;
background: #4b5563; }
border-radius: 4px;
} ::-webkit-scrollbar-thumb {
::-webkit-scrollbar-thumb:hover { background: #4b5563;
background: #6b7280; border-radius: 4px;
} }
</style>
::-webkit-scrollbar-thumb:hover {
background: #6b7280;
}
</style>
<script type="importmap"> <script type="importmap">
{ {
"imports": { "imports": {
@@ -48,10 +54,12 @@
} }
} }
</script> </script>
<link rel="stylesheet" href="/index.css"> <link rel="stylesheet" href="/index.css">
</head> </head>
<body class="bg-gray-950 text-gray-100 font-sans antialiased overflow-hidden h-screen w-screen">
<div id="root" class="h-full w-full"></div> <body class="bg-gray-950 text-gray-100 font-sans antialiased overflow-hidden h-screen w-screen">
<div id="root" class="h-full w-full"></div>
<script type="module" src="/index.tsx"></script> <script type="module" src="/index.tsx"></script>
</body> </body>
</html> </html>

2178
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff