2020-09-03 16:30:05 +00:00
<!doctype html> < html lang = en-us > < head > < meta http-equiv = x-clacks-overhead content = "GNU Terry Pratchett" > < meta charset = utf-8 > < meta name = viewport content = "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" > < link rel = "shortcut icon" href = https://janraasch.github.io/hugo-bearblog/images/favicon.png > < title > no javascript | Hugo ʕ•ᴥ•ʔ Bear< / title > < meta name = title content = "no javascript" > < meta name = description content = "Hugo + Bear = :heart:" > < meta name = keywords content = "blogging,markdown,no-javascript,no-stylesheets,no-trackers,static-site-generator,syntax," > < meta property = "og:title" content = "no javascript" > < meta property = "og:description" content = "Hugo + Bear = :heart:" > < meta property = "og:type" content = "website" > < meta property = "og:url" content = "https://janraasch.github.io/hugo-bearblog/blog/no-javascript/" > < meta property = "og:image" content = "https://janraasch.github.io/hugo-bearblog/images/cover-image.jpg" > < meta property = "og:updated_time" content = "2020-01-01T00:00:00+00:00" > < meta property = "og:site_name" content = "Hugo ʕ•ᴥ•ʔ Bear" > < meta name = twitter:card content = "summary_large_image" > < meta name = twitter:image content = "https://janraasch.github.io/hugo-bearblog/images/cover-image.jpg" > < meta name = twitter:title content = "no javascript" > < meta name = twitter:description content = "Hugo + Bear = :heart:" > < meta itemprop = name content = "no javascript" > < meta itemprop = description content = "Hugo + Bear = :heart:" > < meta name = referrer content = "no-referrer-when-downgrade" > < link rel = alternate type = application/rss+xml href = https://janraasch.github.io/hugo-bearblog/blog/no-javascript/index.xml title = "Hugo ʕ•ᴥ•ʔ Bear" > < style > body { font-family : Verdana , sans-serif ; margin : auto ; padding : 20 px ; max-width : 720 px ; text-align : left ; background-color : #fff ; word-wrap : break-word ; overflow-wrap : break-word ; line-height : 1.5 ; color : #444 } h1 , h2 , h3 , h4 , h5 , h6 , strong , b { color : #222 } a { color : #3273dc } . title { text-decoration : none ; border : 0 } . title span { font-weight : 400 } nav a { margin-right : 10 px } textarea { width : 100 % ; font-size : 16 px } input { font-size : 16 px } content { line-height : 1.6 } table { width : 100 % } img { max-width : 100 % } code { padding : 2 px 5 px ; background-color : #eee } pre code { border-left : 1 px solid #999 ; color : #555 ; display : block ; padding : 10 px ; white-space : pre-wrap } blockquote { border-left : 1 px solid #999 ; color : #555 ; padding-left : 10 px ; font-style : italic } footer { padding : 25 px ; text-align : center } . helptext { color : #777 ; font-size : small } . errorlist { color : #eba613 ; font-size : small } < / style > < / head > < body > < header > < a href = /hugo-bearblog/ class = title > < h2 > Hugo ʕ•ᴥ•ʔ Bear< / h2 > < / a > < nav > < a href = /hugo-bearblog/ > Home< / a >