Skip to content

Commit

Permalink
Merge pull request #5 from serverless/add-favicon
Browse files Browse the repository at this point in the history
feat: add favicon
  • Loading branch information
skierkowski authored Sep 11, 2024
2 parents ee502e4 + e256bae commit 9e0745d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/app/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +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" />
<title>AWS AI Stack</title>
<link
rel="icon"
href="https://s3.us-east-2.amazonaws.com/assets.public.serverless/general/serverless-framework-red-bolt-icon.png"
type="image/png"
/>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 9e0745d

Please sign in to comment.