Skip to content

Commit

Permalink
fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Helen Ngo committed Dec 16, 2019
1 parent 79f071f commit d99a16e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified static/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/index.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Wolfram Beta</title>
<!-- <link rel="stylesheet" type="text/css" href="../static/css/styles.css"> -->
<link rel="favicon" type="image/png" href="favicon.png"/>
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/styles.css') }}">
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions templates/result.html
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>Wolfram Beta</title>
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/styles.css') }}">
</head>
<body>
Expand Down

0 comments on commit d99a16e

Please sign in to comment.