Advertisement
Guest User

Untitled

a guest
May 16th, 2013
924
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.42 KB | None | 0 0
  1. <?php
  2.  
  3. # This is the default homepage for new users' webspace.
  4. # You can delete it or change it to whatever you like.
  5. $subdomains = Explode(".", $_SERVER["SERVER_NAME"]);
  6. $username = $subdomains[0];
  7. ?>
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  10. <html  xmlns="http://www.w3.org/1999/xhtml">
  11.  
  12.     <head>
  13.         <title>Ayokunle's Webspace</title>
  14.         <link rel="stylesheet" href="style.css" type="text/css"/>
  15.         <link href='http://fonts.googleapis.com/css?family=Milonga' rel='stylesheet' type='text/css'>
  16.         <link href='http://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps' rel='stylesheet' type='text/css'>
  17.     </head>
  18.     <body>
  19.         <div id = "container">
  20.             <div id="header">
  21.                 Hello & Welcome!!<br>
  22.                 <div id = "UC">Under Construction </div>
  23.             </div>
  24.             <div id = "menu">
  25.                 <b>Menu</b><br>
  26.                     <a href="#home">Home</a><br>
  27.                     <a href="#news">News</a><br>
  28.                     <a href="#contact">Contact</a><br>
  29.                     <a href="#about">About</a><br>
  30.                     <a href = "/index.php">Profile<br>
  31.                     <a href = "/Projects">Projects<br>
  32.                     <a href = "/Others.index.php">Others<br>
  33.             </div>
  34.             <div id ="contents">
  35.                 <div id = "pic">
  36.                     <a href = "HTML/Pics/picture023.jpg">
  37.                     <img src = "HTML/Pics/picture023.jpg" height = "110" title = "Click here" height= "120"/></a>
  38.                 </div>
  39.                 <div id = "des">
  40.                     I am Ayokunle Adeosun.</br>
  41.                     I'm a 19 year old Computer Science student at <a href = "http://tcd.ie">Trinity College Dublin.</a></br>
  42.                     I live in Dublin, Ireland.</br>
  43.                     I love to play the drums, I play for my church choir.</br>
  44.                     <a href = "https://www.facebook.com/ayokunle.adeosun"> Facebook </a></br>
  45.                     <a href = "https://twitter.com/De_Believer"> Twitter</a></br>
  46.                     Email: adeosua@tcd.ie </br>
  47.                     Here's a link to my Mathematics Stack Exchange profile. </br>
  48.                     <a href="http://math.stackexchange.com/users/46389/adegoke-a">
  49.                     <img src="http://math.stackexchange.com/users/flair/46389.png" width="208" height="58" alt="profile for Adegoke A at Mathematics Stack Exchange, Q&amp;A for people studying math at any level and professionals in related fields" title="profile for Adegoke A at Mathematics Stack Exchange, Q&amp;A for people studying math at any level and professionals in related fields">
  50.                     </a>
  51.                 </div>
  52.             </div>
  53.             <div id="footer">
  54.                 Copyright  © Ayokunle Adeosun
  55.             </div> 
  56.         </div>
  57.     </body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement