<!doctype html>
<html>
<head>
<meta charset=”utf-8″>
<title>PHP|About Us</title>
</head>

<body>
<h1>PHP, Welcome to Raramiko’s world</h1>
<br />
<p>PHP, 안녕하세요. Raramiko 세상이 다가옵니다. Coming Soon ~!</p>
<br />
<a href=”index.html” target=”_blank”>Home</a> &nbsp;| &nbsp; <a href=”aboutus.html” target=”_self”>About Us</a> &nbsp; | &nbsp;<a href=”contactus.html” target=”_blank”> Contact Us</a><br />
<br /><br />
<?php
echo “Hello raramiko World”;
?>
<br /><br />
<marquee>PHP, 안녕하세요. Raramiko 세상이 다가옵니다. Coming Soon ~!</marquee>
</body>
</html>