primevue-mirror/public/index.html

17 lines
549 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">
2020-02-27 08:08:51 +00:00
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover">
2019-05-21 12:54:05 +00:00
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>PrimeVUE</title>
2020-05-04 19:40:48 +00:00
<link id="theme-link" rel="stylesheet" href="<%= BASE_URL %>themes/saga-blue/theme.css">
2019-05-21 12:54:05 +00:00
</head>
<body>
<div id="app"></div>
</body>
</html>