Advertisement
Guest User

Untitled

a guest
Dec 16th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.71 KB | None | 0 0
  1. <html>
  2.  
  3.     <head>
  4.         <link href="index_html.css" type="text/css" rel="stylesheet" />
  5.         <title>VisionRPG - User Control Panel</title>
  6.     </head>
  7.  
  8.     <body bgcolor="#FE6E00">
  9.         <style type="text/css">
  10.             html, body {
  11.                 background-image:url('background3.png');
  12.                 background-color:#FE6E00;
  13.                 background-repeat: no-repeat;
  14.             }
  15.         </style>
  16.  
  17.         <header>
  18.             <h1>VisionRPG</h1>
  19.             <h2>User Control Panel</h2>
  20.         </header>
  21.  
  22.         <!-- Hintergrundbild: Turismo(Mod) GTA:SA -->
  23.         <!--<img src="background2.png" width="1840" height="930" alt="Datenbank-Fehler"/>    -->
  24.     </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement