-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (32 loc) · 2.03 KB
/
index.html
File metadata and controls
38 lines (32 loc) · 2.03 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
<!--
Update Log
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Version Update Log - i4.GS</title>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/layui.css" media="all">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body style="padding:20px;max-width:700px;margin:0 auto;">
<fieldset class="layui-elem-field layui-field-title" style="margin-top: 30px;">
<legend class="title">Topic Here</legend>
</fieldset>
<center>
<a href="#"><button type="button" class="layui-btn layui-btn-normal layui-btn-radius">Download File</button></a><br>
</center>
<fieldset class="layui-elem-field layui-field-title" style="margin-top: 30px;">
<legend>Update Log</legend>
</fieldset>
<ul class="layui-timeline">
<li class="layui-timeline-item"><i class="layui-icon layui-timeline-axis">⚪</i><div class="layui-timeline-content layui-text"><h3 class="layui-timeline-title">V5.21 2024-05-20 13:14</h3><span class="layui-badge layui-bg-red">Notice</span> You can change anything inside index.html ( color, text, title and etc )</div></li>
<li class="layui-timeline-item"><i class="layui-icon layui-timeline-axis">⚪</i><div class="layui-timeline-content layui-text"><h3 class="layui-timeline-title">V5.20 2024-05-20 13:14</h3><span class="layui-badge layui-bg-red">Hello</span> This is a red color.<br><span class="layui-badge layui-bg-green">Hello</span> This is a green color.<br><span class="layui-badge layui-bg-blue">Hello</span> This is a blue color.<br><span class="layui-badge layui-bg-orange">Hello</span> This is an orange color.<br><span class="layui-badge layui-bg-black">Hello</span> This is a black color.</div></li>
</ul>
<script src="js/layui.js" charset="utf-8"></script>
</body>
</html>