Skip to content

Commit

Permalink
added preview image for sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
yjpictures committed Oct 5, 2023
1 parent efb3dad commit 82e630b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Binary file added server/static/img/preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions server/templates/database.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta property="og:image" content="{{ url_for('static', filename='img/preview.png') }}" />
<title>License Mate | Database</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/style.css') }}">
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='img/favicon.ico') }}">
Expand Down
1 change: 1 addition & 0 deletions server/templates/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta property="og:image" content="{{ url_for('static', filename='img/preview.png') }}" />
<title>License Mate | API Documentation</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/docs.css') }}" >
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='img/favicon.ico') }}">
Expand Down
1 change: 1 addition & 0 deletions server/templates/server-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="{{ url_for('static', filename='img/preview.png') }}" />
<title>License Mate | Admin</title>
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='img/favicon.ico') }}">
</head>
Expand Down

0 comments on commit 82e630b

Please sign in to comment.