-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
46 lines (45 loc) · 1.46 KB
/
index.php
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
<html>
<head>
<title>Credit Management</title>
<link rel="shortcut icon" href="images/cm.png">
<link rel="stylesheet" href="style.css">
</head>
<body >
<div id="header">
<br>
<h1 style=" font-family:Agency FB; font-size: 70px ; "> Sparks Foundation Internship Project </h1>
<br>
<h2 style=" font-family:Agency FB; font-size: 55px ; "> Credit management </h2>
</div>
<div id="section">
<table>
<tr></tr>
<tr>
<div class="css-button" >
<p class="css-button-text">View Users</p>
<div class="css-button-inner">
<a href="getdetail.php" >
<div class="reset-skew">
<p class="css-button-inner-text">View Users</p>
</div></a>
</div>
</div>
</td>
</tr>
<tr>
<br> <br> <br> <br> <br>
<div class="css-button" >
<p class="css-button-text">Credit Transfer</p>
<div class="css-button-inner">
<a href="selectuser.php" >
<div class="reset-skew">
<p class="css-button-inner-text">Credit Transfer</p>
</div></a>
</div>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>