docs: update gettingstarted
This commit is contained in:
parent
49afc4b16a
commit
031d73622e
|
@ -2,7 +2,7 @@
|
||||||
title: Getting Started
|
title: Getting Started
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2025-07-06T02:40:20.462Z
|
date: 2025-07-06T02:43:00.055Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2025-06-08T03:06:31.460Z
|
dateCreated: 2025-06-08T03:06:31.460Z
|
||||||
|
@ -14,20 +14,26 @@ dateCreated: 2025-06-08T03:06:31.460Z
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div style="display: flex; flex-direction: column; align-items: center; text-align: center;">
|
||||||
|
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="Logo" style="max-width: 100%; height: auto;" />
|
||||||
|
|
||||||
<div style="
|
<div style="
|
||||||
border: 1px solid #888;
|
border: 1px solid #888;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
background-color: #2a2a2a;
|
background-color: #2a2a2a;
|
||||||
text-align: center;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center; /* Center horizontally */
|
align-items: center;
|
||||||
height: auto;
|
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
|
margin-top: 20px;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 700px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
">
|
">
|
||||||
<div>
|
<div>
|
||||||
Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.
|
Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.
|
||||||
|
@ -42,6 +48,9 @@ dateCreated: 2025-06-08T03:06:31.460Z
|
||||||
allowfullscreen></iframe>
|
allowfullscreen></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user