Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>Apache2 Debian Default Page: It works</title>
  6. <style type="text/css" media="screen">
  7. * {
  8. margin: 0px 0px 0px 0px;
  9. padding: 0px 0px 0px 0px;
  10. }
  11.  
  12. body, html {
  13. padding: 3px 3px 3px 3px;
  14.  
  15. background-color: #D8DBE2;
  16.  
  17. font-family: Verdana, sans-serif;
  18. font-size: 11pt;
  19. text-align: center;
  20. }
  21.  
  22. div.main_page {
  23. position: relative;
  24. display: table;
  25.  
  26. width: 800px;
  27.  
  28. margin-bottom: 3px;
  29. margin-left: auto;
  30. margin-right: auto;
  31. padding: 0px 0px 0px 0px;
  32.  
  33. border-width: 2px;
  34. border-color: #212738;
  35. border-style: solid;
  36.  
  37. background-color: #FFFFFF;
  38.  
  39. text-align: center;
  40. }
  41.  
  42. div.page_header {
  43. height: 99px;
  44. width: 100%;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement