mirror of https://github.com/1099438829/macUI.git
49 lines
1.2 KiB
HTML
49 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta http-equiv="pragma" content="no-cache">
|
|
<!-- HTTP 1.0 -->
|
|
<meta http-equiv="cache-control" content="no-cache">
|
|
<!-- Prevent caching at the proxy server -->
|
|
<meta http-equiv="expires" content="0">
|
|
<title>MAC-UI最新资讯</title>
|
|
<style>
|
|
* {
|
|
color: gray;
|
|
font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu,sans-serif
|
|
}
|
|
|
|
.title {
|
|
color: orange;
|
|
}
|
|
|
|
.content * {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.content ul {
|
|
padding-left: 1.5em;
|
|
}
|
|
|
|
.content li {
|
|
margin-top: 0.3em;
|
|
}
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h3 class="title">MACUI已出炉</h3>
|
|
<div class="content">
|
|
<h4>编辑日期 2018/06/20</h4>
|
|
<p>MAC-UI华丽上线</p>
|
|
<p>今后产品动态,疑问解答等内容都会在<a href="http://www.apecloud.cn/" target="_blank"><b>猿码云</b></a>内进行,感谢各位一如既往的支持与厚爱。</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |