-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
24 lines (21 loc) · 941 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="theme-color" content="#209CEE" />
<meta property="og:title" content="Klasa">
<meta property="og:description" content="Klasa: The most feature complete discord.js bot framework">
<meta property="og:url" content="https://klasa.js.org">
<meta property="og:type" content="website">
<meta property="og:image" content="https://klasa.js.org/static/logo.png">
<meta property="og:determiner" content="Klasa">
<link rel="shortcut icon" type="image/x-icon" href="https://klasa.js.org/static/logo.png">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-dark.min.css">
<title>Klasa</title>
</head>
<body>
<div id="app"></div>
</body>
</html>