-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.html
29 lines (29 loc) · 830 Bytes
/
system.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>System Notification</title>
<style>
h2{
font-weight: 400;
}
h4{
font-weight: 400;
color: #333;
}
h4:last-child{
font-weight: 400;
color: #999;
}
</style>
</head>
<body>
<div>
<h2>system notification</h2>
<h4>The construction is underway, the page function is not online yet, so stay tuned...</h4>
<h4>Xiaobai Strategy is a simple and reliable memo tool to meet the needs of users to quickly record temporary affairs in life; Please support us.</h4>
</div>
</body>
</html>