This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (39 loc) · 1.86 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
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="styles.css" rel="stylesheet">
<title>CoreX Preview's</title>
</head>
<body>
<header>
<h1><br>👋<br><br>Hello, world!</h1>
<p>Страница для просмотра демо-версий сборок различных версий CoreX</p>
</header>
<main>
<div class="main-box" onclick="location.href='index-corex.html';">
<h2>CoreX <sup class="tag tag-green">active</sup></h2>
<p>Переписанная версия WebCoreX на SASS.</p>
</div>
<center>
<p style="color: #cecece;"><br>* * *<br></p>
<p style="color: #B71C1C;">Разработка и поддержка веток ниже закончена!</p>
</center>
<div class="main-box" onclick="location.href='index-vanilla.html';">
<h2>VanillaCoreX <sup class="tag tag-red">deprecated</sup></h2>
<p>Минималистичный, простой, легкий и красивый фреймворк для верстки простых веб-сайтов, написанный с использованием чистого JavaScript и CSS.</p>
</div>
<div class="main-box" onclick="location.href='index-web.html';">
<h2>WebCoreX <sup class="tag tag-red">deprecated</sup></h2>
<p>Минималистичный, простой, легкий и красивый фреймворк для верстки простых веб-сайтов, написанный с использованием SASS.</p>
</div>
</main>
<hr>
<footer>
<p><a href="https://github.com/o1310/CoreX">github repo</a> / <a href="https://t.me/rx1310_dev">telegram</a></p>
<p><small>Copyright © 2020, rx1310 (o1310)</small></p>
</footer>
</body>
</html>