Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
areebahmeddd authored Feb 28, 2024
1 parent 50b83a1 commit c64a7df
Showing 1 changed file with 14 additions and 29 deletions.
43 changes: 14 additions & 29 deletions Frontend/public/index.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Automated feedback system for Press Information Bureau (PIB), developed by Team Innov8 in Smart India Hackathon (2023)"
/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#000000">
<meta name="description" content="Automated feedback system for Press Information Bureau (PIB), developed by Team Innov8 in Smart India Hackathon - 2023">

<meta property="og:site_name" content="Insight Ink" />
<meta property="og:title" content="Insight Ink" />
<meta
property="og:description"
content="Automated feedback system for Press Information Bureau (PIB), developed by Team Innov8 in Smart India Hackathon (2023)"
/>
<meta
property="og:image"
content="https://imagizer.imageshack.com/img924/2821/vb5A2a.png"
/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Insight Ink">
<meta property="og:title" content="Insight Ink">
<meta property="og:description" content="Automated feedback system for Press Information Bureau (PIB), developed by Team Innov8 in Smart India Hackathon -2023">
<meta property="og:image" content="https://imagizer.imageshack.com/img924/2821/vb5A2a.png">
<meta property="og:type" content="website">

<link rel="icon" href="%PUBLIC_URL%/logo-modified.ico" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap"
/>
<link rel="icon" href="%PUBLIC_URL%/logo-modified.ico">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap">

<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-45799926-9"
></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-45799926-9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
Expand Down

0 comments on commit c64a7df

Please sign in to comment.