Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wshick committed Dec 30, 2024
1 parent c66c8fd commit 47cd832
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions templates/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<!doctype html>
<html lang="en">
<html lang="en-US">
<head>
<meta charset="UTF-8"/>
<title>Will Shick Portfolio</title>
<meta name="author" content="Will Shick"/>
<meta name="description" content="Will Shick design work showcase"/>
<meta name="viewport" content="width=device-width"/>
<!--css-->
<link href="style.css" rel="stylesheet"/>
<link href="/static/fonts/wshickIOSEVKA-Regular.woff2" rel="stylesheet"/>
<!--favicons-->
<link rel="icon" type="image/x-icon" sizes="48x48" href="favicon.ico"/>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"/>
<link rel="manifest" href="site.webmanifest"/>
<!--css-->
<link rel="stylesheet" href="style.css"/>
<link href="/fonts/wshickIOSEVKA-Regular.woff2" rel="stylesheet"/>
<!--favicons-->
<link rel="icon" type="image/x-icon" sizes="48x48" href="/icons/favicon.ico"/>
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png"/>
<link rel="manifest" href="/icons/site.webmanifest"/>
</head>
<body>
<header>
Expand Down

0 comments on commit 47cd832

Please sign in to comment.