<!DOCTYPE html>
<html>
<body>
<?php
echo str_repeat(".",13);
?>
</body>
</html>