victorwesterlund.com/public/index.html
Victor Westerlund d6e4b71f28 Minimalist
Got rid of (almost) everything. Bloat sinks the goat.
2021-09-20 15:45:09 +02:00

18 lines
593 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">
</head>
<body>
<main>
<p>victor westerlund</p>
<a href="https://github.com/VictorWesterlund"><p>github →</p></a>
</main>
</body>
</html>