primevue-mirror/public/index.html

23 lines
757 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
2019-05-21 12:54:05 +00:00
<head>
2020-02-14 11:33:44 +00:00
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-93461466-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
</script>
2019-05-21 12:54:05 +00:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>PrimeVUE</title>
<link id="theme-link" rel="stylesheet" href="<%= BASE_URL %>themes/nova-light/theme.css">
</head>
<body>
<div id="app"></div>
</body>
</html>