Skip to content

Instantly share code, notes, and snippets.

View gufril15's full-sized avatar

gUfriL gufril15

View GitHub Profile
@gufril15
gufril15 / html
Created November 13, 2023 08:37
Langkah Menambahkan Scripts dan Styles ChatGPT ke Blog
<!-- Tambahkan Stylesheet -->
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/elhakimyasya/Contoh-Kode@499c89b6039eef8c034b65c9d936e95c557f0503/dist/chat-gpt.css"
rel="preload" />
<!-- Container untuk ChatGPT -->
<div class="elcreative-chatgpt"></div>
<!-- Sisipkan Script ChatGPT -->
<script
sudo apt update
sudo apt install apache2
sudo apt install mysql-server
sudo mysql_secure_installation
sudo apt install php libapache2-mod-php php-mysql