This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |