Ray. Male. 14. 11/16/93. Freshman. Loves soccer, basketball, and some other stuff. Likes the computer ALOT. Adobe Photoshop. Web Design. LOVES video games. Lives on the computer. Likes doing crazy stuff. Worth $1,437,000.
whatItDoez
Rvn1116@yahoo.com
<html>
<head>
<title>My Site Title</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div id="sidebar">
about me, menu/navigation, affies, blah blah...
</div>
</body>
</html>
<html>
<head>
<title>My Site Title</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div id="content">
content... blog... blah, blah..
</div>
</body>
</html>
<?php include("sidebar.php"); ?>
<html>
<head>
<title>My Site Title</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<?php include("navigationbar.php"); ?>
<div id="content">
content... blog... blah, blah..
</div>
</body>
</html>