Guest User

Mainpager Code

a guest
Jan 21st, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. //index.php:
  2.  
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
  4.  
  5. <html>
  6. <head><title>Mainpager - G.Chrome Mainpager</title>
  7. <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  8. <link rel="stylesheet" type="text/css" href="./stylesheets/style.css">
  9. </head>
  10. <body background="./background/bg.png">
  11.  
  12.  
  13. <div id="module"> <?php
  14. include './modules/module_01.txt';
  15. ?> </div>
  16. <div id="module"> <?php
  17. include './modules/module_02.txt';
  18. ?> </div>
  19. <div id="module"> <?php
  20. include './modules/module_03.txt';
  21. ?> </div>
  22. <div id="module"> <?php
  23. include './modules/module_04.txt';
  24. ?> </div>
  25. <div id="module"> <?php
  26. include './modules/module_05.txt';
  27. ?> </div>
  28.  
  29.  
  30.  
  31. //module_02.txt
  32.  
  33. <h1> Reddit Module
  34.  
  35. <a href="https://www.reddit.com/r/evangelion/"> <img src="./resources/banner/banner_eva_sr.png"></a>
  36. </h1>
  37.  
  38.  
  39.  
  40. style.css:
  41.  
  42. h1
  43. {
  44. font-size: 15px;
  45. }
Add Comment
Please, Sign In to add comment