Skip to content

Commit

Permalink
meta props
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Oct 19, 2024
1 parent 39d3c0a commit 1e6e0ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/color-buddy/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Color Buddy" />
<title>Color Buddy</title>
</head>
<body>
<noscript>Color buddy is a tool for building color palettes.</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
Expand Down

0 comments on commit 1e6e0ce

Please sign in to comment.