Skip to content

Commit

Permalink
add description meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Lösche committed Jan 18, 2024
1 parent d6847c0 commit c2bc05e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
<head>
<title>lennartloesche.de</title>
<meta charset="UTF-8" />
<meta name="description" content="Private Homepage & Portfolio from Lennart Lösche">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="assets/bootstrap.min.css" rel="stylesheet" />
<link
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.9.1/font/bootstrap-icons.min.css"
rel="stylesheet"
/>
<link as="style" href="assets/style.css" rel="stylesheet" />
<link href="favicon.ico" rel="shortcut icon" type="image/ico" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/gh/xaronnn/js-lanyard/lanyard.js"
Expand Down

0 comments on commit c2bc05e

Please sign in to comment.