2018-12-04 07:08:40 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<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">
|
2018-12-06 18:26:49 +00:00
|
|
|
<title>PrimeVUE</title>
|
|
|
|
<link rel="stylesheet" href="<%= BASE_URL %>themes/nova-light/theme.css">
|
2019-02-05 10:23:06 +00:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
|
2018-12-04 07:08:40 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|