-
Notifications
You must be signed in to change notification settings - Fork 1
/
thanks.html
executable file
·49 lines (41 loc) · 1.64 KB
/
thanks.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="fa">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>کرمانلاگ – تماس</title>
<link rel="stylesheet" href="css/layouts/pure-min.css">
<link rel="stylesheet" href="css/layouts/marketing.css">
<link rel="stylesheet" href="css/layouts/grids-responsive-min.css">
<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/rtl.css">
</head>
<body>
<div class="header">
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed">
<a class="pure-menu-heading" href="/">گروه کاربران گنو/لینوکس کرمان</a>
<ul class="pure-menu-list">
<li class="pure-menu-item"><a href="blog/" class="pure-menu-link"> بلاگ</a></li>
<li class="pure-menu-item"><a href="faq.html" class="pure-menu-link"> پرسشهای متداول</a></li>
</ul>
</div>
</div>
<div class="splash-container">
<div class="splash">
<br><br><br><br>
<p>
<b>✅ پیام شما با موفقیت ارسال شد.</b>
</p>
<a href="http://klug.ir/" class="pure-button" style="color: #000;">بازگشت به خانه</a>
</div>
</div>
<a href="https://gitter.im/kermanlug/chat" class="gitter-open-chat-button">کانال گفتگو</a>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'kermanlug/chat',
activationElement: '.gitter-open-chat-button',
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
</body>
</html>