adambotfd / dashboard-maker

Make a dynamic website for your discord bot in 10 seconds!
https://disforge.vercel.app
1 stars 0 forks source link

[Dynamic Website Creation] Your Bots Name #11

Closed adambotfd closed 11 months ago

adambotfd commented 11 months ago

Name

The name of your discord bot

Icon

https://cdn.discordapp.com/avatars/1143649930951544884/6ddd2b34d4ea30600361a06d71132f56.webp?size=512

Demo

https://cdn.discordapp.com/attachments/1133303870945239064/1139768229963771914/image.png

ID

Your bots ID

Support

A DISCORD invite link to your bots support server! NO LINK SHORTENERS

Description

A description of your discord bot! As long as you want

INSTRUCTIONS

Wait 10s for a comment on this issue and follow the instructions provided

adambotfd commented 11 months ago

Follow these instructions to Finnish up with your website!

  1. Create a file in the main directory with the name The name of your discord bot.html!
  2. Put the following content into the file:

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>The name of your discord bot</title>
    <link rel="stylesheet" type="text/css" href="style.css">
    <link rel="icon" href="https://cdn.discordapp.com/avatars/1143649930951544884/6ddd2b34d4ea30600361a06d71132f56.webp?size=512" type="image/x-icon">
    </head>
    <body>
    <div class="container">
    <header>
      <img src="https://cdn.discordapp.com/avatars/1143649930951544884/6ddd2b34d4ea30600361a06d71132f56.webp?size=512" alt="Bot Logo" id="bot-logo">
      <h1 id="bot-name">The name of your discord bot</h1>
    </header>
    
    <section class="description">
      <p>A description of your discord bot! As long as you want</p>
    </section>
    <br>
    
    <section class="support">
      <p>For support and discussions, join our Discord server: <a href="" target="_blank">Join the server</a></p>
    </section>
    <br>
    <section class="bot-demo">
      <img src="" alt="Bot Demo" id="bot-image">
    </section>
    </div>
    </body>
    </html>
  3. Finally, submit the pull request and our team will handle the rest!
adambotfd commented 11 months ago

This issue has been closed by a GitHub Action.