Heyo is a Hello World for HTML
Go to file
Sarimoko 70871d6867 Add 'html5.html' 2021-07-08 03:37:14 +00:00
.gitignore Initial commit 2021-07-08 03:30:45 +00:00
LICENSE Initial commit 2021-07-08 03:30:45 +00:00
README.md Update 'README.md' 2021-07-08 03:36:52 +00:00
html5.html Add 'html5.html' 2021-07-08 03:37:14 +00:00

README.md

HTML

Heyo is a Hello World for HTML


sudo wget -O index.html https://code.sarimoko.com/Heyo/HTML/raw/branch/html5/index.html

or

Clone the source
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
sudo mkdir /var/www/yourprojectname
cp