html
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
<!--
√√√√√••Telegram Clone or Real?😳•••√√√√√√√
• √
• ° Coded by: Dev Nasfam ° √
• ° ° √
• Don't copy(❌) without permission √
• Author: Dev Nasfam©️ √
• √
• Made with alot of hardwork & love √
• Hope you'll love it 🧡 ==>upvote √
• ---------------------------- √
√√√√√√√√√••••••••upvote⤴️•••••••√√√√√√√√√
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/solid.css">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/thinline.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.1.2/css/material-design-iconic-font.min.css">
<script src="https://kit.fontawesome.com/d3c9fc67a3.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.1.2/css/material-design-iconic-font.min.css">
css
css
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
/*<!--
√√√√√••Telegram Clone or Real?😳•••√√√√√√√
• √
• ° Coded by: Dev Nasfam ° √
• ° ° √
• Don't copy(❌) without permission √
• Author: Dev Nasfam©️ √
• √
• Made with alot of hardwork & love √
• Hope you'll love it 🧡 ==>upvote √
• ---------------------------- √
√√√√√√√√√••••••••upvote⤴️•••••••√√√√√√√√√
-->*/
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
:root{
--greyblue:#4f8daf;
--greysky:#5CA3CB;
}
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family: 'Rubik', sans-serif;
}
.container{
width:100vw;
height:100%;
js
js
1
BROWSER
Console
Run