-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.99 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, minimal-ui">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">
<link href="https://unpkg.com/vuetify@1.2.3/dist/vuetify.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script>
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#303030">
<meta name="Description" content="A user-friendly GUI for Macho's API, allowing users to view user data and guilds on Discord, and link their other accounts.">
<title>Macho GUI</title>
<meta property="og:title" content="Macho GUI">
<meta property="og:url" content="https://www.macho.ninja">
<meta property="og:image" content="https://www.macho.ninja/images/macho.png">
<meta property="og:image:alt" content="MachoBot logo.">
<meta property="og:type" content="website">
<meta property="og:description" content="A GUI for MachoBot's API. Full coverage of the Macho API.">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@jasonhaxstuff">
<meta name="twitter:title" content="Macho GUI">
<meta name="twitter:description" content="A GUI for MachoBot's API. Full coverage of the Macho API.">
<meta name="twitter:image" content="https://www.macho.ninja/images/macho.png">
<meta name="twitter:image:alt" content="MachoBot logo.">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<noscript><p>Hey buddy, need javascript lmao.</p></noscript>
</body>
</html>