-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
36 lines (30 loc) · 713 Bytes
/
header.php
File metadata and controls
36 lines (30 loc) · 713 Bytes
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
<?php
ob_start();
session_start();
?>
<html>
<head>
<style type="text/css">
a:hover {text-decoration: underline; color: red;}
</style>
</head>
<body style="background-color :#fffee2;">
<object width="1000" height="200"
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
<param name="SRC" value="front.swf">
<embed src="front.swf" width="1250" height="157"></embed>
</object>
</pre>
</div>
</body>
</html>
<html>
<body>
<br><br>
<object width="1000" height="200"
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
<param name="SRC" value="header1.swf">
<embed src="header1.swf" width="1250" height="150"></embed>
</object>
</body>
</html>