-
Notifications
You must be signed in to change notification settings - Fork 0
/
fmtemplate_kendo.html
19 lines (19 loc) · 1.02 KB
/
fmtemplate_kendo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
"data:text/html,
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
<style>html { font-size: 14px; font-family: Helvetica, sans-serif; }</style>
<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\" integrity=\"sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk\" crossorigin=\"anonymous\">
<link rel=\"stylesheet\" href=\"https://kendo.cdn.telerik.com/2020.2.513/styles/kendo.common-bootstrap.min.css\" />
<link rel=\"stylesheet\" href=\"https://kendo.cdn.telerik.com/2020.2.513/styles/kendo.bootstrap.min.css\" />
<link rel=\"stylesheet\" href=\"https://kendo.cdn.telerik.com/2020.2.513/styles/kendo.default.mobile.min.css\" />
<script src=\"https://kendo.cdn.telerik.com/2020.2.513/js/jquery.min.js\"></script>
<script src=\"https://kendo.cdn.telerik.com/2020.2.513/js/kendo.all.min.js\"></script>
</head>
<body>
@body
</body>
</html>"