Skip to content

Commit

Permalink
chore: add initial templates data
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov committed Jun 28, 2024
1 parent 2acb0e1 commit 7695b8f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions templates/html/_first.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!doctype html>
<html lang="en" class="k-no-animations" style="--kendo-scrollbar-width: 15px;">
<head>
<title>First page to be loaded</title>
<meta charset="utf-8">
<link rel="stylesheet" data-role="kendo-theme" href="/packages/default/dist/all.css">
<link rel="stylesheet" href="/packages/html/assets/styles.css">
<script src="/packages/html/assets/scripts.js"></script>
<style>
#test-area {
width: 0;
height: 0;
}

</style>
</head>
<body id="app" class="k-body">
<!--
The purpose of this page is to be first, as the name suggests.
Since each run starts without cache, we can use this page to
fetch, load, cache and otherwise prepare the application.
-->
<div id="test-area"></div>
</body>
</html>

0 comments on commit 7695b8f

Please sign in to comment.