mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-14 07:59:27 +01:00
21 lines
469 B
HTML
Executable File
21 lines
469 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<!-- <meta http-equiv="refresh" content="60" /> -->
|
|
<meta name="description" content="Insert description here" />
|
|
<meta name="keywords" content="Insert keywords here" />
|
|
<meta name="author" content="Mikaela Suomalainen" />
|
|
<link rel="canonical" href="https://">
|
|
<title>Insert title here</title>
|
|
<link rel="stylesheet" type="text/css" href="css.css" />
|
|
</head>
|
|
<body>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|
|
<!-- vim : set ft=html -->
|