27 lines
1.1 KiB
Svelte
27 lines
1.1 KiB
Svelte
<svelte:head>
|
|
<title>Tickets | A Discord Support Manager Bot</title>
|
|
|
|
<!-- Meta -->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="Management panel for the Discord Tickets bot">
|
|
|
|
<link rel="shortcut icon" href="/assets/img/favicon.ico" type="image/x-icon">
|
|
<link rel="icon" href="/assets/img/favicon.ico" type="image/x-icon">
|
|
|
|
<!-- Custom CSS -->
|
|
<!--<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">-->
|
|
|
|
<!-- Icons -->
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.0/css/all.css">
|
|
|
|
<!-- GA -->
|
|
<script async src='https://www.google-analytics.com/analytics.js'
|
|
type="80be96f83bbfbba3d4097e23-text/javascript"></script>
|
|
|
|
<script type="80be96f83bbfbba3d4097e23-text/javascript">
|
|
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
|
ga('create', 'UA-161945537-1', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
</svelte:head> |