Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Jun 28, 2024
1 parent a8cbe4e commit d3af2bd
Showing 1 changed file with 22 additions and 26 deletions.
48 changes: 22 additions & 26 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,25 @@
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<head>
<title>PrimeNG</title>
<base href="/" />
<meta charset="utf-8" />
<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>

<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>
<app-root>
<div class="splash-screen">
<div class="splash-loader"></div>
<img class="splash-logo" src="https://primefaces.org/cdn/primeng/images/primeng.svg">
</div>
</app-root>
</body>

</html>
<body>
<app-root>
<div class="splash-screen">
<div class="splash-loader"></div>
<img class="splash-logo" src="https://primefaces.org/cdn/primeng/images/primeng.svg" />
</div>
</app-root>
</body>
</html>

0 comments on commit d3af2bd

Please sign in to comment.