2021-05-26 00:06:52 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta http-equiv = "Content-Language" content = "en" >
< meta name = "color-scheme" content = "light dark" >
< meta name = "author" content = "_N0x" >
< meta name = "description" content = "Hello World ! Hello there and welcome on n0x . io !
I’ m _N0x. I’ m 20 years old and “ Fachinformatiker für Anwendungsentwicklung” . I live in germany and Love tinkering with PCs and Software.
Thanks for stopping by ;)">
< meta name = "keywords" content = "blog,developer,personal" >
< meta name = "twitter:card" content = "summary" / >
< meta name = "twitter:title" content = "HelloWorld" / >
< meta name = "twitter:description" content = "Hello World ! Hello there and welcome on n0x . io !
I’ m _N0x. I’ m 20 years old and “ Fachinformatiker für Anwendungsentwicklung” . I live in germany and Love tinkering with PCs and Software.
Thanks for stopping by ;)"/>
< meta property = "og:title" content = "HelloWorld" / >
< meta property = "og:description" content = "Hello World ! Hello there and welcome on n0x . io !
I’ m _N0x. I’ m 20 years old and “ Fachinformatiker für Anwendungsentwicklung” . I live in germany and Love tinkering with PCs and Software.
Thanks for stopping by ;)" />
< meta property = "og:type" content = "article" / >
< meta property = "og:url" content = "https://n0x.io/posts/helloworld/" / > < meta property = "article:section" content = "posts" / >
< meta property = "article:published_time" content = "2018-01-08T20:35:40+01:00" / >
< meta property = "article:modified_time" content = "2018-01-08T20:35:40+01:00" / >
< title >
HelloWorld · n0x.io
< / title >
< link rel = "canonical" href = "https://n0x.io/posts/helloworld/" >
< link rel = "preload" href = "https://n0x.io/fonts/forkawesome-webfont.woff2?v=1.2.0" as = "font" type = "font/woff2" crossorigin >
< link rel = "stylesheet" href = "https://n0x.io/css/coder.min.93c41bf1e522f85ecda7355985f09000f71fc1d64dda9f74051b0fa06210e93f.css" integrity = "sha256-k8Qb8eUi+F7NpzVZhfCQAPcfwdZN2p90BRsPoGIQ6T8=" crossorigin = "anonymous" media = "screen" / >
< link rel = "stylesheet" href = "https://n0x.io/css/coder-dark.min.f37febc669ce189201c1918fac1948a254686c8d366a312c2d72b2bb71ad97d1.css" integrity = "sha256-83/rxmnOGJIBwZGPrBlIolRobI02ajEsLXKyu3Gtl9E=" crossorigin = "anonymous" media = "screen" / >
< link rel = "icon" type = "image/png" href = "https://n0x.io/images/favicon-32x32.png" sizes = "32x32" >
< link rel = "icon" type = "image/png" href = "https://n0x.io/images/favicon-16x16.png" sizes = "16x16" >
< link rel = "apple-touch-icon" href = "https://n0x.io/images/apple-touch-icon.png" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "https://n0x.io/images/apple-touch-icon.png" >
< meta name = "generator" content = "Hugo 0.83.1" / >
< / head >
< body class = "preload-transitions colorscheme-dark"
onload=""
>
< div class = "float-container" >
< a id = "dark-mode-toggle" class = "colorscheme-toggle" >
< i class = "fa fa-adjust fa-fw" aria-hidden = "true" > < / i >
< / a >
< / div >
< main class = "wrapper" >
< nav class = "navigation" >
< section class = "container" >
< a class = "navigation-title" href = "https://n0x.io/" >
n0x.io
< / a >
< input type = "checkbox" id = "menu-toggle" / >
< label class = "menu-button float-right" for = "menu-toggle" >
< i class = "fa fa-bars fa-fw" aria-hidden = "true" > < / i >
< / label >
< ul class = "navigation-list" >
< li class = "navigation-item" >
< a class = "navigation-link" href = "https://n0x.io/posts/" > Blog< / a >
< / li >
< li class = "navigation-item" >
2021-10-18 21:04:38 +02:00
< a class = "navigation-link" href = "https://cloud.n0x.io/" > Cloud< / a >
2021-05-26 00:06:52 +02:00
< / li >
< li class = "navigation-item" >
2021-10-18 21:04:38 +02:00
< a class = "navigation-link" href = "https://git.n0x.io/" > Git< / a >
2021-05-26 00:06:52 +02:00
< / li >
< li class = "navigation-item" >
2021-10-18 21:04:38 +02:00
< a class = "navigation-link" href = "https://pb.n0x.io/" > PrivatBin< / a >
< / li >
< li class = "navigation-item" >
< a class = "navigation-link" href = "https://n0x.io/about/" > About< / a >
2021-05-26 00:06:52 +02:00
< / li >
< / ul >
< / section >
< / nav >
< div class = "content" >
< section class = "container post" >
< article >
< header >
< div class = "post-title" >
< h1 class = "title" >
< a class = "title-link" href = "https://n0x.io/posts/helloworld/" >
HelloWorld
< / a >
< / h1 >
< / div >
< div class = "post-meta" >
< div class = "date" >
< span class = "posted-on" >
< i class = "fa fa-calendar" aria-hidden = "true" > < / i >
< time datetime = '2018-01-08T20:35:40+01:00' >
January 8, 2018
< / time >
< / span >
< span class = "reading-time" >
< i class = "fa fa-clock-o" aria-hidden = "true" > < / i >
One-minute read
< / span >
< / div >
2021-10-18 21:04:38 +02:00
< div class = "authors" >
< i class = "fa fa-user" aria-hidden = "true" > < / i >
< a href = "https://n0x.io/authors/_n0x/" > _N0x< / a > < / div >
2021-05-26 00:06:52 +02:00
< / div >
< / header >
< div >
< h1 id = "hello-world" >
Hello World!
< a class = "heading-link" href = "#hello-world" >
< i class = "fa fa-link" aria-hidden = "true" > < / i >
< / a >
< / h1 >
< p > Hello there and welcome on n0x.io!< / p >
< p > I’ m _N0x. I’ m 20 years old and “ Fachinformatiker für Anwendungsentwicklung” .
I live in germany and Love tinkering with PCs and Software.< / p >
< p > Thanks for stopping by ;)< / p >
< / div >
< footer >
< / footer >
< / article >
< / section >
< / div >
< footer class = "footer" >
< section class = "container" >
©
2018 -
2021
_N0x
·
Powered by < a href = "https://gohugo.io/" > Hugo< / a > & < a href = "https://github.com/luizdepra/hugo-coder/" > Coder< / a > .
< / section >
< / footer >
< / main >
< script src = "https://n0x.io/js/coder.min.235666b114443867d43eeb5799d51f6252965e5163f338285e113fa381d3d27e.js" integrity = "sha256-I1ZmsRREOGfUPutXmdUfYlKWXlFj8zgoXhE/o4HT0n4=" > < / script >
< / body >
< / html >