victorwesterlund.com/public/index.html
Victor Westerlund 88fddcf0e1 Soft release of search
Soft is hidden from the main page so small-scale production testing can begin before new server hardware arrives in the mail
2021-11-01 12:51:29 +01:00

20 lines
710 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="search">search</a></p>-->
</main>
</body>
</html>