-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile.html
35 lines (25 loc) · 1.07 KB
/
profile.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
<!DOCTYPE html>
<html>
<head>
<title>Chat | Login</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="Plugins/Materialize/css/materialize.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="jquery.min.js" ></script>
<script type="text/javascript" src="Plugins/Materialize/js/materialize.min.js" ></script>
<link rel="stylesheet" type="text/css" href="Plugins/Font Awesome/css/font-awesome.min.css">
</head>
<body>
<div class="chat-wrap z-depth-5">
<div class="row">
<!--Left table Start-->
<input type="file" name="" id="upl_img" >
<label for="upl_img"><i class="material-icons">camera</i> Upload Image</label>
<!--Right table End-->
</div>
</div>
</body>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script type="text/javascript" src="custom.js"></script>
</html>