This repository was archived by the owner on May 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (55 loc) · 2.52 KB
/
index.html
File metadata and controls
69 lines (55 loc) · 2.52 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?require_once($_SERVER["DOCUMENT_ROOT"] . '/config.php');?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untill Base Home</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://www.dev.untill.com/untill-air-shell/base/css/untill-base.css" />
<link rel="stylesheet" href="src/css/style.css" />
<script src="https://www.dev.untill.com/untill-air-shell/base/js/untill-base.js"></script>
</head>
<body>
<div class="page_container">
<div class="cc">
<div class="main_page_logo">
<img src="src/img/untill-base-logo-1000.png">
</div>
<div class="main_page_title">
unTill Base
</div>
<div class="main_page_description">
HTML and React components library for developing Untill Air Shell plugins.
</div>
<div class="main_page_preview_block">
<div class="pic _stage_1">
<img src="src/img/preview/1.png" />
</div>
<div class="pic _stage_2">
<img src="src/img/preview/3.png" />
</div>
<div class="pic _stage_3">
<img src="src/img/preview/2.png" />
</div>
</div>
<div class="main_page_get_started_header">
How to get started
</div>
<div class="main_page_get_started_descr">
Just add following code to your web page <head> section and use elements from library.
<br><br>
Check <a href="docs/">Documentation</a> section for more information about components.
</div>
<div class="main_page_get_started_code">
<link rel="stylesheet" href="<a class="l" href="https://www.dev.untill.com/untill-air-shell/base/css/untill-base.css" target="_blank">https://www.dev.untill.com/untill-air-shell/base/css/untill-base.css</a>" /><br>
<script src="<a class='l' href="https://www.dev.untill.com/untill-air-shell/base/js/untill-base.js" target="_blank">https://www.dev.untill.com/untill-air-shell/base/src/js/untill-base.js</a>" type="text/javascript"></script>
</div>
<div class="page_footer">
<div>
- <span id="dateyear"></span> - © Untill. All rights recerved. -
</div>
</div>
</div>
<script src="src/js/site.js" type="text/javascript"></script>
</body>
</html>