-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofileform.php
More file actions
31 lines (28 loc) · 1.06 KB
/
profileform.php
File metadata and controls
31 lines (28 loc) · 1.06 KB
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
<html>
<head>
<title> Profile Form </title>
<link rel="stylesheet" href="media/styles/reset.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="media/styles/applayout.css" type="text/css" media="screen"/>
</head>
<body>
<div id="wrapper">
<div id="notification-tier">
</div>
<div id="header-tier">
<div id="display-card">
<div id="user-image">
<img src="media/images/app/jaison.png" alt="jaison_justus" />
</div>
<div id="user-details">
<h1>Profile Picture</h1>
<span id="global-message-black">upload your profile picture </span>
<hr></hr>
<input type="file" id="profilepic" name="profiepic"/>
</div>
</div>
</div>
<div id="content-tier">
</div>
</div>
</body>
</html>