lemmy/ui/src/index.html

20 lines
529 B
HTML
Raw Normal View History

2019-08-17 19:11:22 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
2019-08-17 19:11:22 +00:00
<meta name="Description" content="Lemmy">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2019-04-06 23:32:11 +00:00
<link rel="shortcut icon" type="image/svg+xml" href="/static/assets/favicon.svg" />
2019-04-29 20:43:26 +00:00
<link rel="apple-touch-icon" href="/static/assets/apple-touch-icon.png" />
2019-08-17 19:11:22 +00:00
<script async src="/static/assets/libs/sortable/sortable.min.js"></script>
</head>
<body>
<div id="app"></div>
$bundles
</body>
</html>