ej2-showcase-vue-asset-mana.../public/index.html

22 строки
922 B
HTML

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<base href="./" />
<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>IT Asset Management - Essential JS 2 for Vue - Syncfusion</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link href="https://cdn.syncfusion.com/ej2/23.1.36/fabric.css" rel="stylesheet"/>
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
</body>
</html>