mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
Compare commits
2 commits
b6e5e3faf1
...
b1164409ab
Author | SHA1 | Date | |
---|---|---|---|
b1164409ab | |||
d71ba9297b |
2 changed files with 7 additions and 3 deletions
BIN
assets/media/ogp.jpg
Normal file
BIN
assets/media/ogp.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
|
@ -1,8 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
|
||||
<meta property="og:title" content="Victor L. Westerlund"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:description" content="Full-stack PHP and JavaScript web developer from Sweden"/>
|
||||
<meta property="og:image" content="https://vlw.se/assets/media/ogp.jpg"/>
|
||||
|
||||
<script>
|
||||
<!--//--><![CDATA[//><!--
|
||||
|
@ -37,7 +41,7 @@
|
|||
<style><?= VV::css("fonts") ?></style>
|
||||
<style><?= VV::css("document") ?></style>
|
||||
|
||||
<title>Victor Westerlund</title>
|
||||
<title>Victor L. Westerlund</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
|
Loading…
Add table
Reference in a new issue