mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
Added meta tags
This commit is contained in:
parent
be3d096188
commit
07d283c436
2 changed files with 9 additions and 1 deletions
|
|
@ -1,8 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Removeddit</title>
|
||||
<title>Removeddit - Display removed and deleted comments from Reddit</title>
|
||||
<meta charset="utf-8">
|
||||
<meta type="description" content="Display removed and deleted comments from Reddit">
|
||||
<meta type="keywords" content="reddit,comments,removed,delete,comment,mod,mods,censorship,censor">
|
||||
<meta type="author" content="Jesper Wrang">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="/static/style.css" rel="stylesheet">
|
||||
<link rel="shotcut icon" href="/static/favicon.ico">
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
<head>
|
||||
<title>Removeddit</title>
|
||||
<meta charset="utf-8">
|
||||
<meta type="description" content="Display removed and deleted comments from Reddit">
|
||||
<meta type="keywords" content="reddit,comments,removed,delete,comment,mod,mods,censorship,censor">
|
||||
<meta type="author" content="Jesper Wrang">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="/static/style.css" rel="stylesheet">
|
||||
<link rel="shotcut icon" href="/static/favicon.ico">
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Reference in a new issue