-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtt.html
More file actions
63 lines (41 loc) · 1.08 KB
/
Copy pathtt.html
File metadata and controls
63 lines (41 loc) · 1.08 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
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
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<title>Admin Details</title>
<style type="text/css">
body {
background-color: #232323;
font-family: 'philosopher', sans-serif !important;
}
h1,h2 {
color: #8a6d3b;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
color: #8a6d3b;
}
table, th, td {
border: 1px solid ;
border-color:#8a6d3b;
border-collapse: collapse;
color: #8a6d3b;
}
th, td {
padding: 15px;
}
th {
text-align: left;
}
</style>
</head>
<body>
<main>
<div class="container-fluid">
<img src="check.gif " style="vertical-align:middle;margin:50px 600px" >
<h1>DATA ADDED</h1>
</div>
</main>
</body>
</html>