-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathheader.php
46 lines (44 loc) · 871 Bytes
/
header.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>Video Conference by VideoWhisper.com</title>
</HEAD>
<BODY>
<style type="text/css">
<!--
a {
color: #2B6AD5;
font-weight: normal;
text-decoration: none;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #666;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
letter-spacing: -1px;
background-color: #fff;
}
.info
{
text-align:left;
padding: 10px;
margin: 10px;
background-color: #E2EAFA;
border: 1px dotted #390;
}
.warning
{
color: #F53;
font-size: 17px;
}
input {
border: 1px solid #BBB;
color: #666;
font-weight: normal;
}
-->
</style>
<div style="background-color:#333; padding:10px; font-size:17px"><font color="#CCCCCC">VideoWhisper <a href="https://videowhisper.com/?p=Video+Conference">Video Conference</a></font></div>