chrome_extensions_phone/popup.html

26 lines
891 B
HTML
Raw Normal View History

<!--
* @Author: lingling 1077478963@qq.com
* @Date: 2024-08-19 09:47:04
* @LastEditors: lingling 1077478963@qq.com
* @LastEditTime: 2024-08-22 19:03:16
* @FilePath: \谷歌自动搜索邮箱自动点击v3\popup.html
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
2024-08-19 09:59:57 +08:00
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2024-09-21 21:58:25 +08:00
<title>谷歌养号脚本手机版</title>
2024-08-19 09:59:57 +08:00
<link href="css/popup.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="lib/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/popup.js"></script>
</head>
<body>
2024-09-22 22:54:01 +08:00
<div style="text-align: center;margin: auto;">
2024-09-21 21:58:25 +08:00
<h2 style="color: #2159f3;">谷歌养号脚本手机版</h2>
2024-08-19 09:59:57 +08:00
</div>
</body>
</html>