mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-13 19:13:42 +02:00
It kinda looks like it; but the main content is actually not offset from the center.
18 lines
604 B
HTML
18 lines
604 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 class="hidden">
|
|
<p>victor westerlund</p>
|
|
<p><a href="https://github.com/VictorWesterlund">github</a></p>
|
|
</main>
|
|
</body>
|
|
</html>
|