16 строки
501 B
HTML
16 строки
501 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Kendo UI for Vue Dashboard Sample App</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="dist/build.css">
|
|
<link rel="icon" type="image/x-icon" href="./favicon.ico">
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="dist/build.js"></script>
|
|
</body>
|
|
</html>
|