Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <!doctype html>
  2. <html lang=''>
  3. <head>
  4. <meta charset='UTF-8'>
  5. <meta name=description content='social network'>
  6. <meta name=keywords content='social network'>
  7. <title>Ariasol</title>
  8. <link href='style.css' media=all rel=stylesheet type='text/css'>
  9. <script type='text/javascript' src='jquery.js'></script>
  10. <script type='text/javascript' src='jscript.js'></script>
  11. </head>
  12. <body>
  13. <div id=inhalt>
  14. <?php
  15. include_once('common.php');
  16. $aPage = new cPages();
  17. $aPage->retrieveLogin();
  18. ?>
  19. <div id=fuss>Made by Pierre Equey - Version Alpha 2.6</div>
  20. </div>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement