Skip to content

Commit

Permalink
Fix page title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
gadhagod committed Aug 9, 2023
1 parent 7d927cb commit b2ebbdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/index.jinja
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<html>
<head>
<title>ZeldaGPT</title>
<meta name="title" content="ZeldaGPT">
<meta name="description" content="An AI-powered Zelda search">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
<meta name="viewport" content="width=device-width,initial-scale=1"/>
Expand Down

0 comments on commit b2ebbdf

Please sign in to comment.