- Run production build; replace hashed JS chunk with index-jhfEVwZH.js - Update inject-image-version timestamps in Login, Sidebar, and index.html - Sync public/asm_app and www/asm_app entry HTML Made-with: Cursor
17 lines
627 B
HTML
17 lines
627 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/seera-logo.png?v=1774269853" />
|
|
<link rel="apple-touch-icon" href="/seera-logo.png?v=1774269853" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="Seera Arabia Asset Management System" />
|
|
<title>Seera Arabia - Asset Management System</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script>window.csrf_token = '{{ frappe.session.csrf_token }}';</script>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|