mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-09 19:08:05 +01:00
final fix plz?
This commit is contained in:
parent
1844b3743b
commit
e33b11021b
2 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
||||||
{
|
{
|
||||||
"extends": "next/core-web-vitals"
|
"extends": "next/core-web-vitals",
|
||||||
|
"rules": {
|
||||||
|
"@next/next/no-sync-scripts": "off"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,11 @@ export default function Home() {
|
||||||
<title>Roles Bot</title>
|
<title>Roles Bot</title>
|
||||||
<link rel="icon" href="logo.ico" />
|
<link rel="icon" href="logo.ico" />
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/styles/default.min.css" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/styles/default.min.css" />
|
||||||
|
|
||||||
|
<script src="https://kit.fontawesome.com/5acf4d9e80.js" crossOrigin="anonymous"></script>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||||
</Head>
|
</Head>
|
||||||
<section className="flex-container">
|
<section className="flex-container">
|
||||||
<div className="container animate__animated animate__fadeIn">
|
<div className="container animate__animated animate__fadeIn">
|
||||||
|
@ -22,10 +27,6 @@ export default function Home() {
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<Script src="https://kit.fontawesome.com/5acf4d9e80.js" crossOrigin="anonymous"></Script>
|
|
||||||
<Script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></Script>
|
|
||||||
<Script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></Script>
|
|
||||||
<Script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></Script>
|
|
||||||
<Script src="script.js"></Script>
|
<Script src="script.js"></Script>
|
||||||
<Script id='hljs'>hljs.initHighlightingOnLoad();</Script>
|
<Script id='hljs'>hljs.initHighlightingOnLoad();</Script>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue