mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-22 16:30:40 +01:00
13 lines
349 B
PHP
13 lines
349 B
PHP
<?php
|
|
echo '<!DOCTYPE html>';
|
|
echo '<html>';
|
|
echo '<head>';
|
|
echo '<meta charset="UTF-8" />';
|
|
echo '<meta name="description" content="Insert description here" />';
|
|
echo '<meta name="keywords" content="Insert,keywords,here" />';
|
|
echo '<meta name="author" content="Mikaela Suomalainen" />';
|
|
echo '<title>Insert title here</title>';
|
|
echo '</head>';
|
|
|
|
?>
|