Fixing up index.html

pull/283/head
Dessalines 2019-08-17 12:11:22 -07:00
parent 62854cdf39
commit b0c9556f47
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,14 @@
<!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- Required meta tags --> <!-- Required meta tags -->
<meta name="Description" content="Lemmy">
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/svg+xml" href="/static/assets/favicon.svg" /> <link rel="shortcut icon" type="image/svg+xml" href="/static/assets/favicon.svg" />
<link rel="apple-touch-icon" href="/static/assets/apple-touch-icon.png" /> <link rel="apple-touch-icon" href="/static/assets/apple-touch-icon.png" />
<link rel="stylesheet" href="/static/assets/libs/balloon-css/balloon.min.css"> <script async src="/static/assets/libs/sortable/sortable.min.js"></script>
<script src="/static/assets/libs/sortable/sortable.min.js"></script>
</head> </head>
<body> <body>