mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-22 21:10:26 +01:00
🚧 Work in progress
This commit is contained in:
17
index.html
17
index.html
@@ -2,9 +2,22 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="icon" href="/logo.jpg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite App</title>
|
||||
|
||||
<meta property="og:title" content="Factory framework" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="Discord Factory includes everything you need to create your discord bots. Don't reinvent the wheel, leverage it" />
|
||||
<meta property="og:url" content="https://discord-factory.com" />
|
||||
<meta property="og:image" content="/logo.jpg" />
|
||||
<meta property="og:title" content="Factory framework" />
|
||||
<meta property="og:image:url" content="/logo.jpg" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1000" />
|
||||
<meta property="og:image:height" content="1000" />
|
||||
|
||||
<title>Discord Factory • The first typescript discord framework</title>
|
||||
<meta property="description" content="Discord Factory includes everything you need to create your discord bots. Don't reinvent the wheel, leverage it" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user