加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
weather.html 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
httishere 提交于 2022-01-05 16:38 . feat: 多项倒数日;
<!--
* @Author: your name
* @Date: 2021-12-17 11:59:23
* @LastEditTime: 2022-01-05 09:19:15
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /notion/weather.html
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>weather</title>
<style type="text/css">
html, body {background-color: #ffffff;}
</style>
</head>
<body>
<a
class="weatherwidget-io"
href="https://forecast7.com/en/30d27120d16/hangzhou/"
data-label_1="HANGZHOU"
data-label_2="WEATHER"
data-mode="Current"
></a
>
<script>
!(function (d, s, id) {
var js,
fjs = d.getElementsByTagName(s)[0];
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = "https://weatherwidget.io/js/widget.min.js";
fjs.parentNode.insertBefore(js, fjs);
}
})(document, "script", "weatherwidget-io-js");
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化