-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoin.html
More file actions
48 lines (40 loc) · 2.32 KB
/
join.html
File metadata and controls
48 lines (40 loc) · 2.32 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="zh-tw"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Primary Meta Tags -->
<title>邀請Jetta團隊的機器人(已死亡)</title>
<link rel="icon" href="assets/img/logo.png" type="image/x-icon"/>
<!-- Sweet Alert -->
<link type="text/css" href="join_ass/sweetalert2.css" rel="stylesheet">
<!-- Notyf -->
<link type="text/css" href="join_ass/notyf.css" rel="stylesheet">
<!-- Volt CSS -->
<link type="text/css" href="join_ass/volt.css" rel="stylesheet">
<main>
<!-- Section -->
<section class="vh-lg-100 mt-5 mt-lg-0 bg-soft d-flex align-items-center">
<div class="container">
<p class="text-center">
<a href="index.html" class="d-flex align-items-center justify-content-center">
<svg class="icon icon-xs me-2" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M7.707 14.707a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 1.414L5.414 9H17a1 1 0 110 2H5.414l2.293 2.293a1 1 0 010 1.414z" clip-rule="evenodd"></path></svg>
返回首頁
</a>
</p>
<div class="row justify-content-center form-bg-image" data-background-lg="../../assets/img/illustrations/signin.svg">
<div class="col-12 d-flex align-items-center justify-content-center">
<div class="bg-white shadow border-0 rounded border-light p-4 p-lg-5 w-100 fmxw-500">
<div class="text-center text-md-center mb-4 mt-md-0">
<h1 class="mb-0 h3">邀請Jetta音樂機器人(已死亡)</h1>
</div>
<div class="d-grid">
<a href="" class="btn btn-gray-800">連結已經失效了</a><br>
<a href="" class="btn btn-gray-800">連結已經失效了</a><br>
<a href="https://jetta.nonametw.com" class="btn btn-gray-800">點下去回首頁</a>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
</html>