-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
133 lines (128 loc) · 5.65 KB
/
index.html
File metadata and controls
133 lines (128 loc) · 5.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ISM Tool - SSIM & MICMAC Analysis</title>
<!-- PWA / iOS Meta Tags -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="ISM Tool">
<link rel="manifest" href="/manifest.json">
<!-- Hard Hat Favicon (Matches App Header) -->
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='4' fill='%230f172a'/%3E%3Cpath d='M0 22h24v2H0z' fill='%23eab308'/%3E%3Cg transform='translate(3,3) scale(0.75)' stroke='%23eab308' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2z'/%3E%3Cpath d='M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5'/%3E%3Cpath d='M4 15v-3a6 6 0 0 1 16 0v3'/%3E%3C/g%3E%3C/svg%3E" type="image/svg+xml">
<link rel="apple-touch-icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='4' fill='%230f172a'/%3E%3Cpath d='M0 22h24v2H0z' fill='%23eab308'/%3E%3Cg transform='translate(3,3) scale(0.75)' stroke='%23eab308' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2z'/%3E%3Cpath d='M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5'/%3E%3Cpath d='M4 15v-3a6 6 0 0 1 16 0v3'/%3E%3C/g%3E%3C/svg%3E">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'],
},
},
},
}
</script>
<style>
body {
font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
background-color: #f8fafc; /* Slate 50 */
color: #1e293b; /* Slate 800 */
}
/* Custom scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}
/* Print Styles for PDF Export */
@media print {
@page {
margin: 1.0cm;
size: landscape;
}
body {
background-color: white !important;
color: black !important;
print-color-adjust: exact;
-webkit-print-color-adjust: exact;
/* Enlarge base font size for print */
font-size: 14pt !important;
}
/* Force Times New Roman for PDF Export */
body, * {
font-family: "Times New Roman", Times, serif !important;
}
/* Hide UI elements */
.no-print, header, button {
display: none !important;
}
/* Make sure graph and tables are visible */
.print-content {
display: block !important;
width: 100% !important;
box-shadow: none !important;
border: none !important;
overflow: visible !important;
font-size: 14pt !important;
}
/* Expand containers */
div {
overflow: visible !important;
height: auto !important;
max-height: none !important;
}
/* Enlarge table fonts significantly */
th, td {
font-size: 14pt !important;
padding: 10px !important;
}
/* Enlarge Headers */
h1, h2, h3, h4 {
font-size: 20pt !important;
margin-bottom: 12pt !important;
}
}
</style>
<script>
// Polyfill for process.env to prevent ReferenceError in browser environments
window.process = window.process || { env: {} };
</script>
<script type="importmap">
{
"imports": {
"lucide-react": "https://aistudiocdn.com/lucide-react@^0.555.0",
"react/": "https://aistudiocdn.com/react@^19.2.0/",
"react": "https://aistudiocdn.com/react@^19.2.0",
"react-dom/": "https://aistudiocdn.com/react-dom@^19.2.0/",
"@google/genai": "https://aistudiocdn.com/@google/genai@^1.30.0",
"d3": "https://aistudiocdn.com/d3@^7.9.0",
"html2canvas": "https://cdn.jsdelivr.net/npm/html2canvas@1.4.1/dist/html2canvas.esm.js",
"jspdf": "https://cdn.jsdelivr.net/npm/jspdf@2.5.1/dist/jspdf.es.min.js",
"fflate": "https://cdn.jsdelivr.net/npm/fflate@0.8.2/esm/browser.js",
"@babel/runtime/helpers/typeof": "https://cdn.jsdelivr.net/npm/@babel/runtime@7.24.0/helpers/esm/typeof.js",
"@babel/runtime/helpers/inherits": "https://cdn.jsdelivr.net/npm/@babel/runtime@7.24.0/helpers/esm/inherits.js",
"@babel/runtime/helpers/possibleConstructorReturn": "https://cdn.jsdelivr.net/npm/@babel/runtime@7.24.0/helpers/esm/possibleConstructorReturn.js",
"@babel/runtime/helpers/getPrototypeOf": "https://cdn.jsdelivr.net/npm/@babel/runtime@7.24.0/helpers/esm/getPrototypeOf.js",
"@babel/runtime/helpers/classCallCheck": "https://cdn.jsdelivr.net/npm/@babel/runtime@7.24.0/helpers/esm/classCallCheck.js",
"@babel/runtime/helpers/createClass": "https://cdn.jsdelivr.net/npm/@babel/runtime@7.24.0/helpers/esm/createClass.js"
}
}
</script>
<link rel="stylesheet" href="/index.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>