-
Notifications
You must be signed in to change notification settings - Fork 0
/
resourceroom.html
53 lines (47 loc) · 3.97 KB
/
resourceroom.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
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chat App</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="gb.png" type="image/x-icon">
<meta name="description" content="Test ya rayen">
<meta property="og:type" content="website">
<meta property="og:url" content="link coming soon">
<meta property="og:title" content="Chat App">
<meta property="og:description" content="Test ya rayen">
<meta property="og:image" content="blasit il toswira ili tothhor m3a link">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="link coming soon">
<meta property="twitter:title" content="Chat App">
<meta property="twitter:description" content="Test ya rayen">
<meta property="twitter:image" content="blasit il toswira ili tothhor m3a link">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="container">
<div class="chat-header">
<h1 ><i class="fa fa-money-check"> </i> Resources</h1>
<button class="back-button"><a href="index.html"><i class="fa fa-arrow-circle-left"></i></a></button>
</div><br><br><br>
<div id="postsContainer" class="container"></div>
</div>
<!-- ===========El ba3then =============================================================================================================================================================================================================================================================================================================================================================================================================== -->
<form id="submitForm" class="message-form" action="https://script.google.com/macros/s/AKfycbx7tUfYv9-ikirBOEHU3FCmPEme-gyIylBEyTk8ijIK1N95ehz-Gc_wIoK_kpRZ9r2C/exec" method="POST">
<input name="message" id="messageInput" placeholder="Type your message here" required pattern=".*\S+.*" disabled>
<button id="sendButton" type="submit" class="submit-button"><i class="fa fa-paper-plane" id="fa"></i>   <span class="button-hide" >send</span></button>
</form>
<!-- ===========Scroll button================================================================================================================================================================================================================================================================================================================================================================================================================== -->
<button id="scrollButton" class="scroll-button" title="Scroll to bottom" ><i class="fa fa-chevron-down"></i></button>
<hr id="buttom">
<!-- ==========Other settings links================================================================================================================================================================================================================================================================================================================================================================================================================= -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="scripts.js"></script>
</body>
</html>