-
Notifications
You must be signed in to change notification settings - Fork 0
/
release.html
111 lines (101 loc) · 3.43 KB
/
release.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mkzuprjkt</title>
<link rel="stylesheet" type="text/css" href="css/release.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap" rel="stylesheet">
<script type="https://kit.fontawesome.com/a54d2cbf95.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
</head>
<body>
<!-- Balek Munggah -->
<div class="munggah">
<a href="#" class="topless">
<i class="fas fa-chevron-up"></i>
</a>
</div>
<!-- sidebar -->
<div id="Jancok">
<input type="checkbox" class="check" id="check">
<div class="napbar">
<ul>
<a href="#about"><li class="active" onclick="Cok()"><img src="img/nad.png" id="nad"></img></li></a>
<a href="#komodo"><li onclick="Cok()"><img src="img/komodo.svg" id="komodo"></img></li></a>
<a href="release.html"><li onclick="Cok()"><img src="img/ancient.png" id="anci"></img></li></a>
<a href="#kotang"><li onclick="Cok()"><img src="img/xd.svg" id="xd"></img></i></li></a>
</ul>
</div>
</div>
<!-- Header -->
<div class="pix">
<header>
<div class="container">
<h1><a href=""><div class="tulisan">MKZU.</div></h1>
<ul>
<li><a href="#about">Nusantara Project</a></li>
<li><a href="#sekill">KomodoOS</a></li>
<li><a href="">AncientOS</a></li>
<li><a href="#kotang">XdroidOSS</a></li>
</ul>
<!-- Mobile Menu -->
<label for="check" class="mobile-menu">
<i class="fa-solid fa-bars fa-2x"></i>
</label>
</div>
</header>
</div>
<!-- Bannernya ngab -->
<div class="download">
<img src="img/release.jpg">
</div>
<!-- DUNLUT COK -->
<section class="section-card">
<div class="card card-1">
<img src="banner/komodo.jpg" alt="komodo" class="card__img">
<div class="card__details">
<ul>
<h2>KomodoOS 4.4 Seroja</h2>
</ul>
</div>
<a href="#popup" class="btn">Download</a>
</div>
</section>
<div class="popup" id="popup">
<div class="popup__content">
<div class="popup__img">
<!--img src="banner/komodo.jpg">-->
<a href="#card-1" class="popup__close">×</a>
</div>
<div class="popup__header">
<h2>Changelog</h2>
<ul>
<li>Upstream kernel to 4.14.286</li>
<li>Add some reserved size for partitions</li>
<li>Set readhead size 128kb to system and data</li>
<li>Address init denials</li>
<li>Enable window freeform management</li>
<li>Symlink bootdevice for lineage recovery</li>
<li>Bringback 32bit hw mtkpower 1.1 libs</li>
</ul>
</div>
<a href="#" class="btn popup__btn">Download</a>
</div>
</div>
<!-- Iki Puter -->
<footer>
<div class="container">
<small>Copyright © 2022 - xziprjkt.</small>
</div>
</footer>
<script src="jancoksekrip/sekrip.js"></script>
</script>
</body>
</html>