加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
broadcast.html 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
<!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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化