-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.29 KB
/
index.html
File metadata and controls
23 lines (23 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Project Pronghorn - The ultimate Vue 3 + Vite + Tailwind + PrimeVue starter template for modern web applications. Build beautiful, responsive apps with zero configuration." />
<meta name="keywords" content="Vue 3, Vite, Tailwind CSS, PrimeVue, starter template, web development" />
<meta name="author" content="Pronghorn" />
<meta name="theme-color" content="#3b82f6" />
<meta property="og:title" content="Project Pronghorn" />
<meta property="og:description" content="The ultimate Vue 3 + Vite + Tailwind + PrimeVue starter template" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Project Pronghorn" />
<meta name="twitter:description" content="The ultimate Vue 3 + Vite + Tailwind + PrimeVue starter template" />
<title>Project Pronghorn - Vue 3 Starter Template</title>
</head>
<body class="antialiased">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>