1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-10-08 00:45:13 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

番茄钟初始界面

This commit is contained in:
simonzhangs
2022-01-30 14:12:52 +08:00
parent cbf8a21ddb
commit 839518f25d
14 changed files with 314 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<!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>Document</title>
</head>
<body>
<h1>this is a settings page</h1>
</body>
</html>