Skip to content

Commit

Permalink
fix: head
Browse files Browse the repository at this point in the history
  • Loading branch information
amcc committed Nov 17, 2023
1 parent f615d05 commit 5c72745
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap"
rel="stylesheet"
<title>Standard Strings</title>
<meta
name="description"
content="An artwork by Alistair McClymont, see more at alistairmcclymont.com"
/>
<meta charset="utf-8" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta
name="viewport"
content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"
/>

<link rel="stylesheet" type="text/css" href="css/styles.css" />
Expand Down

0 comments on commit 5c72745

Please sign in to comment.