Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/primefaces/primeng
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Jun 27, 2024
2 parents 433ced3 + 730f882 commit 6a06d74
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<title>PrimeNG</title>
<base href="/">
<meta name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover">
<link rel="preconnect" href="https://primeng.org">
<link rel="preconnect" href="https://primefaces.org">
<link rel="icon" type="image/x-icon" href="https://primefaces.org/cdn/primeng/images/favicon.png">
<link rel="stylesheet" href="/assets/showcase/styles/splash.css">
<link id="theme-link" rel="stylesheet" href="/assets/components/themes/aura-light-blue/theme.css">
<link id="home-table-link" rel="stylesheet"
href="/assets/showcase/styles/layout/landing/themes/lara-light-blue/theme.css">
<meta property="og:image" content="https://primefaces.org/static/social/primeng-preview.jpg" />

<head>
<title>PrimeNG</title>
<base href="/">
<meta name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover">
<link rel="preconnect" href="https://primeng.org">
<link rel="preconnect" href="https://primefaces.org">
<link rel="icon" type="image/x-icon" href="https://primefaces.org/cdn/primeng/images/favicon.png">
<link rel="stylesheet" href="/assets/showcase/styles/splash.css">
<link id="theme-link" rel="stylesheet" href="/assets/components/themes/aura-light-blue/theme.css">
<link id="home-table-link" rel="stylesheet"
href="/assets/showcase/styles/layout/landing/themes/lara-light-blue/theme.css">
<meta property="og:image" content="https://primefaces.org/static/social/primeng-preview.jpg" />
</head>

<body>
Expand Down

0 comments on commit 6a06d74

Please sign in to comment.