index.nginx-debian.html (830B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Welcome to nginx!</title> 5 <style> 6 @font-face { 7 font-family: myfont; 8 src: url("PIXleft_5.ttf"); 9 } 10 11 body { 12 width: 35em; 13 margin: 0 auto; 14 15 background: #bd305c 16 } 17 img{ 18 height: 400px; 19 width: 500px; 20 padding-bottom: 0px; 21 margin-top:30%; 22 margin-bottom: 0px; 23 24 } 25 p{ 26 font-family: myfont; 27 font-size: 56px; 28 padding-top: 0px; 29 margin-top: -1.5em; 30 31 } 32 #info{ 33 font-family: myfont; 34 font-size: 20px; 35 padding-top: 0px; 36 margin-top: -2.4em; 37 38 padding-bottom:0px; 39 } 40 #intro{ 41 padding-top: 0px 42 43 } 44 45 </style> 46 </head> 47 <body> 48 <center> 49 <div id = 'intro'> 50 <img src = 'lobsterfire.png'> 51 <p>l0bster</p> 52 <p id = 'info'>irc.l0bster.ru/+6697 #l0bsters (SSL Only)</p> 53 </div> 54 </center> 55 </body> 56 </html>