-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (29 loc) · 1.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>先進的請假計算薪資系統 - worktime</title>
<meta property="og:title" content="先進的請假計算薪資系統 - worktime">
<meta property="og:url" content="https://sapiens.tools/worktime/">
<meta property="og:description"
content="輕易上手的新創薪資系統,透過 Google表單請假,請假時 Slack / Line 會收到請假通知,Google試算表計算薪資並寄送 PDF 薪資單到員工信箱。">
<meta property="og:image" content="">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-6421801-13"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-6421801-13');
</script>
</head>
<body>
<div>輕易上手的薪資系統,透過 Google 表單請假,請假時 Slack / Line 會收到請假通知,Google 試算表計算薪資並寄送 PDF 薪資單到員工信箱。</div>
<div>
請聯繫 Peter Huang<br />
</div>
</body>
</html>