aboutsummaryrefslogtreecommitdiff
path: root/static/head.html
blob: 8db1f48cac583775de8d9f1539558e4e29565dc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang='en'>
	<head>
		<title>LiBot</title>
		<link rel='stylesheet' type='text/css' href='styles.css'>
		<meta name='title' content='LiBot'>
		<meta name='image' content='https://libot.eu.org/img/logo.png'>
		<meta name='description' content='The multi-purpose Discord bot'>
		<meta name='theme-color' content='#3F9CE2'>
		<meta name='viewport' content='width=device-width, initial-scale=1' />
		<script src='/scripts.js'></script>
	</head>