Advertisement
Schmexs

Beispielseite

Oct 13th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.79 KB | None | 0 0
  1.  
  2. <!doctype html>
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <link rel="shortcut icon" href="sportschule_logo.jpg" type="image/x-icon" />
  7. </head>
  8.  
  9. <body>
  10. </body>
  11. </html>
  12.  
  13.  
  14.  
  15.  
  16.  
  17. <?php
  18. session_start();
  19. require_once("inc/config.inc.php");
  20. require_once("inc/functions.inc.php");
  21. include("templates/header.inc.php")
  22. ?>
  23.  
  24.  
  25.  
  26.    
  27.  
  28.     <!-- Main jumbotron for a primary marketing message or call to action -->
  29.     <div class="jumbotron">
  30.       <div class="container">
  31.         <h1>Hier Ãœberschrift</h1>
  32.         <p>Hier Infos und anderen Zeug alles.....
  33.              </p>
  34.         <p><a class="btn btn-primary btn-lg" href="register.php" role="button">Jetzt registrieren</a></p>
  35.       </div>
  36.     </div>
  37.  
  38.  
  39.  
  40. <?php
  41. include("templates/footer.inc.php")
  42. ?>
  43. © by Maximilian Brandt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement