DEV Community

jason ho
jason ho

Posted on

TIL 1

How to create a header for a website:

<h1>Hello, world!</h1>
Enter fullscreen mode Exit fullscreen mode

How use the terminal to temporally launch my own website:

Using

rackup
Enter fullscreen mode Exit fullscreen mode

And Finally how to set it up permanently keep the site up with the help of github!

Top comments (0)