Skip to content

Commit ad965b5

Browse files
authored
Merge pull request #5 from kooky5831/feature/client
feat:upgrade_full_features
2 parents f09c527 + 6840533 commit ad965b5

File tree

104 files changed

+8193
-8050
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+8193
-8050
lines changed

index.html

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
<!DOCTYPE html>
1+
2+
<!doctype html>
23
<html lang="en">
34
<head>
45
<meta charset="UTF-8" />
6+
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
57
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>procure-bridge</title>
7-
<meta name="description" content="Lovable Generated Project" />
8-
<meta name="author" content="Lovable" />
9-
<meta property="og:image" content="/og-image.png" />
8+
<meta name="description" content="Asseter - A comprehensive fixed asset management solution" />
9+
10+
<!-- Preconnect to Google Fonts -->
11+
<link rel="preconnect" href="https://fonts.googleapis.com">
12+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
13+
14+
<!-- Google Fonts -->
15+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
16+
17+
<title>Asseter - Fixed Asset Management</title>
1018
</head>
11-
1219
<body>
1320
<div id="root"></div>
1421
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>

0 commit comments

Comments
 (0)