victorwesterlund.com/public/index.html
Victor Westerlund 8ec41ca2e3 About me template
Added about me template, now it's time to write a dazzling README about myself
2021-11-21 17:17:55 +01:00

21 lines
751 B
HTML

<!DOCTYPE html>
<!-- Victor Westerlund - www.victorwesterlund.com -->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Victor Westerlund</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Full-stack web developer from Stockholm, Sweden.">
<link rel="icon" href="assets/img/favicon.png">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/index.css">
</head>
<body>
<main class="hidden">
<p>victor westerlund</p>
<p><a href="https://github.com/VictorWesterlund">github</a></p>
<p><a href="about">about</a></p>
<!--<p><a href="search">search</a></p>-->
</main>
</body>
</html>