2021-07-08 03:36:52 +00:00
|
|
|
# HTML
|
2021-07-08 03:30:45 +00:00
|
|
|
|
2021-07-08 03:36:52 +00:00
|
|
|
Heyo is a Hello World for HTML
|
|
|
|
|
|
|
|
***
|
|
|
|
|
|
|
|
* [View File](https://code.sarimoko.com/Heyo/HTML/src/branch/html5/index.html)
|
|
|
|
* [View RAW](https://code.sarimoko.com/Heyo/HTML/raw/branch/html5/index.html)
|
|
|
|
|
|
|
|
```bash
|
|
|
|
sudo wget -O index.html https://code.sarimoko.com/Heyo/HTML/raw/branch/html5/index.html
|
|
|
|
```
|
|
|
|
|
|
|
|
or
|
|
|
|
|
|
|
|
##### Clone the source
|
|
|
|
|
|
|
|
```bash
|
|
|
|
sudo apt update -qq && sudo apt install -y git
|
|
|
|
sudo mkdir /srv/apps && sudo mkdir /srv/apps/heyo
|
|
|
|
sudo git clone git@ssh.sarimoko.com:Heyo/HTML.git /srv/apps/heyo/html
|
|
|
|
```
|
|
|
|
|
|
|
|
##### Create Dir & Copy
|
|
|
|
|
|
|
|
```bash
|
|
|
|
sudo mkdir /var/www/yourprojectname
|
|
|
|
cp
|
|
|
|
```
|