This repository was archived by the owner on Aug 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 4
4
< meta http-equiv ="content-type " content ="text/html; charset=utf-8 " />
5
5
< title > File Uploader</ title >
6
6
< link href ="css/basic.css " type ="text/css " rel ="stylesheet " />
7
+ < style >
8
+ /* Logo */
9
+ .header {
10
+ background : # 247201 url (http://filamentgroup.com/images/headerbg-new.jpg) no-repeat bottom left;
11
+ }
12
+ # fg-logo {
13
+ text-indent : -9999px ;
14
+ margin : 0 auto;
15
+ width : 287px ;
16
+ height : 52px ;
17
+ background-image : url (http://filamentgroup.com/images/fg-logo-icon.png);
18
+ }
19
+ @media (-webkit-min-device-pixel-ratio : 1.5 ), (min-device-pixel-ratio : 1.5 ){
20
+ # fg-logo {
21
+ background-size : 287px 52px ;
22
+ background-image : url (http://filamentgroup.com/images/fg-logo-icon-lrg.png);
23
+ }
24
+ }
25
+ </ style >
7
26
< script type ="text/javascript " src ="http://filamentgroup.github.com/EnhanceJS/enhance.js "> </ script >
8
27
< script type ="text/javascript ">
9
28
// Run capabilities test
18
37
</ script >
19
38
</ head >
20
39
< body >
40
+ < div class ="header ">
41
+ < a href ="http://filamentgroup.com/ "> < h1 id ="fg-logo "> Filament Group</ h1 > </ a >
42
+ </ div >
21
43
22
44
<!-- realistic form attributes: <form action="#" method="post" enctype="multipart/form-data"> -->
23
45
< form action ="# ">
You can’t perform that action at this time.
0 commit comments