-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMessenger.aspx
57 lines (57 loc) · 2.16 KB
/
Messenger.aspx
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
54
55
56
57
<%@ Page Title="Messenger" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeFile="Messenger.aspx.cs" Inherits="Recipehub.Messenger"%>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadPlaceHolder" runat="server">
<link rel="stylesheet" href="stylesheets/messenger.css">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<%--
<main class="background">
<section class="masseges_section">
<img src="../assets/img/profile.jfif" class="profile_owner_img">
<h1 class="messenger-title">
Recipehub Messenger
</h1>
<hr>
<a href="chat.html" class="chat_section">
<div class="chat_hover">
<img src="../assets/img/user.png" class="chat_user_img">
<h3 class="users_names">Muhammed Abdullsalam</h3>
<p class="last_message">
hellow man !!
</p>
</div>
<hr>
</a>
<a href="chat.html" class="chat_section">
<div>
<img src="../assets/img/user.png" class="chat_user_img">
<h3 class="users_names">Muhammed Abdullsalam</h3>
<p class="last_message">
sqsq
</p>
</div>
<hr>
</a>
<a href="chat.html" class="chat_section">
<div>
<img src="../assets/img/user.png" class="chat_user_img">
<h3 class="users_names">Muhammed Abdullsalam</h3>
<p class="last_message">
hey abdo !!
</p>
</div>
<hr>
</a>
<a href="chat.html" class="chat_section">
<div>
<img src="../assets/img/user.png" class="chat_user_img">
<h3 class="users_names">Muhammed Abdullsalam</h3>
<p class="last_message">
how are You!!
</p>
</div>
</a>
</section>
</main>
--%>
<div style="min-height: 30vh; display: flex; justify-content: center; align-items: center;">This page is under-development at the current time . . .</div>
</asp:Content>