forked from lab2023/kebab-client-web-os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (33 loc) · 1.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!--
Kebab Project 2.0.0 (Kebab Revolution)
http://kebab-project.com
Copyright (c) 2011-2012 lab2023 - internet technologies TURKEY Inc.
http://www.lab2023.com
* LICENSE
*
* This source file is subject to the Dual Licensing Model that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://www.kebab-project.com/licensing
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kebab Revolution 2.0.0 - Web OS</title>
<!-- include css files here -->
<link rel="stylesheet" type="text/css" href="vendors/ext-4.0.7-gpl/resources/css/ext-all-gray.css">
<link rel="stylesheet" type="text/css" href="resources/css/kebab.css">
<!-- include js files here -->
<script type="text/javascript" src="vendors/ext-4.0.7-gpl/ext-debug.js"></script>
<script type="text/javascript" src="app.js"></script>
</head>
<body>
<div id="loader-mask">
<p><span>Loading please wait</span></p>
</div>
</body>
</html>