primevue-mirror/public/index.html

27 lines
880 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
2019-05-21 12:54:05 +00:00
<head>
<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">
2020-01-23 07:36:22 +00:00
<script>
window.ga = window.ga || function () {
(ga.q = ga.q || []).push(arguments)
};
ga.l = +new Date;
ga('create', 'UA-93461466-1', 'auto');
ga('require', 'urlChangeTracker');
ga('send', 'pageview');
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
2019-05-21 12:54:05 +00:00
</head>
<body>
<div id="app"></div>
</body>
</html>