2022-12-07 10:02:12 +03:00
<!DOCTYPE html>
< html lang = "" >
< head >
< meta charset = "utf-8" >
2023-09-15 11:32:38 +03:00
< base href = "./" / >
2022-12-07 10:02:12 +03:00
< 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" >
2022-12-14 16:54:35 +03:00
< title > IT Asset Management - Essential JS 2 for Vue - Syncfusion< / title >
2023-09-15 11:32:38 +03:00
< 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" / >
2022-12-07 10:02:12 +03:00
< / 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 -->
2022-12-07 10:15:38 +03:00
< link href = 'https://fonts.googleapis.com/css?family=Roboto' rel = 'stylesheet' >
2022-12-07 10:02:12 +03:00
< / body >
< / html >