Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion RestroHub-FrontEnd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,33 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Restroly</title>
<!-- Primary SEO -->
<title>Restroly - Digital Restaurant Ordering System</title>
<meta
name="description"
content="Restroly helps restaurants manage digital menus, QR ordering, payments, and restaurant operations with a modern ordering platform."
/>

<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/faviconnobg.png" />

<!-- Open Graph -->
<meta property="og:title" content="Restroly - Digital Restaurant Ordering System" />
<meta
property="og:description"
content="Modern restaurant ordering and management platform with QR menus and digital solutions."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="/restro-banner.png" />

<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet">

<!-- Styles -->
<link rel="stylesheet" href="@styles/variables.css">
<link rel="stylesheet" href="@styles/global.css">
</head>
Expand Down
Binary file added RestroHub-FrontEnd/public/favicon.ico
Binary file not shown.
Binary file added RestroHub-FrontEnd/public/faviconnobg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RestroHub-FrontEnd/public/restro-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.