forked from BrendanBard/bundy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.php
84 lines (81 loc) · 1.51 KB
/
data.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<html>
<head>
<title>fSociety</title>
<link rel="icon" type="image/png" href="img/icon.png" />
<html>
<head>
<title>fSociety</title>
<link rel="icon" type="image/png" href="img/icon.png" />
</head>
<style>
body {
background-color:#191919;
height: 100%;
font-family: calibri;
}
.topnav {
background-color: #333;
overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Add a color to the active/current link */
.topnav a.active {
background-color: #B9081C;
color: white;
}
</style>
<header><br><br><br><br></header>
<body>
<div class="topnav">
<a href="main.php">Home</a>
<a class="active" href="#">Data</a>
</div>
<style>
iframe {
padding: 10px;
background-color: white;
border: 2px red solid;
position:relative;
top: 50px;
left: 0px;
}
.btnSubmit {
padding: 10px 20px;
background: #B9081C;
border: #F13D24 1px solid;
color: #FFF;
}
</style>
<div style="padding-top: 25px">
<center>
<form name="frmUser" method="GET" action="convert.php">
<input type="submit" name="submit" value="Update" class="btnSubmit">
</form>
</center>
</div>
<div>
<center>
<iframe
src="data.txt"
width=500
height="500">
</iframe>
</center>
</div>
<br><br>
</p>
</body>
</html>