This is a really simple HTML portfolio website. Let's see how it works !
This is a quote!
Check out this centered text!
And I have more stuff to say!
1^st This is interesting!
(setq my-onlinep nil)
(unless
(condition-case nil
(delete-process
(make-network-process
:name "my-check-internet"
;; my own server
:host "209.51.188.148"
:service 80))
(error "No network connection" t))
(setq my-onlinep t))
<p>
Check out my cool blog posts!
</p>