primevue-mirror/public/index.html

16 lines
540 B
HTML
Raw Normal View History

<!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">
</head>
<body>
<div id="app"></div>
</body>
</html>