You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/src/Ombi/ClientApp/src/index.html

34 lines
1.2 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<script type='text/javascript'>window["baseHref"] = '/';</script>
<base href="/" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link id="favicon" rel="icon" type="image/png" href="images/favicon/favicon.ico"/>
<link rel="apple-touch-icon" type="image/png" href="images/favicon/apple-touch-icon.png"/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:image:height" content="375" />
<meta property="og:image:width" content="991" />
<meta property="og:image" content="~/images/logo.png" />
<meta property="og:site_name" content="Ombi" />
<meta property="og:title" content="Ombi" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Ombi, media request tool">
<title>Ombi</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
</head>
<body class="mat-typography my-theme">
<app-ombi>
</app-ombi>
</body>
</html>