11<!doctype html>
22< html lang ="en ">
33 < head >
4- < meta charset ="UTF-8 " / >
4+ < meta charset ="UTF-8 ">
55 < title > Understanding Lorem Ipsum</ title >
6- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < meta property ="og:title " content ="Understanding Lorem Ipsum " />
8- < meta
9- property ="og:description "
10- content ="Lorem ipsum is placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. " />
11- < meta property ="og:image " content ="/img/nikos.jpg " />
12- < meta property ="og:url " content ="/blog/1-lorem-ipsum " />
13- < meta property ="twitter:title " content ="Understanding Lorem Ipsum " />
14- < meta
15- property ="twitter:description "
16- content ="Lorem ipsum is placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. " />
17- < meta property ="twitter:image " content ="/img/nikos.jpg " />
18- < meta property ="twitter:url " content ="/blog/1-lorem-ipsum " />
19- < meta name ="twitter:card " content ="summary_large_image " />
20- < link rel ="icon " href ="data:, " />
21- < link
22- rel ="stylesheet "
23- href ="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/2.0.0/modern-normalize.min.css " />
24- < link rel ="stylesheet " href ="/css/reset.css " />
25- < link rel ="stylesheet " href ="/css/utility.css " />
26- < link rel ="stylesheet " href ="/css/common.css " />
27- < link rel ="stylesheet " href ="/css/form.css " />
28- < link rel ="stylesheet " href ="/css/button-badge.css " />
29- < link rel ="stylesheet " href ="/css/typography.css " />
30- < link rel ="stylesheet " href ="/css/light.css " media ="(prefers-color-scheme: light) " />
31- < link rel ="stylesheet " href ="/css/dark.css " media ="(prefers-color-scheme: dark) " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < meta property ="og:title " content ="Understanding Lorem Ipsum ">
8+ < meta property ="og:description " content ="Lorem ipsum is placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. ">
9+ < meta property ="og:image " content ="/img/nikos.jpg ">
10+ < meta property ="og:url " content ="/blog/1-lorem-ipsum ">
11+ < meta property ="twitter:title " content ="Understanding Lorem Ipsum ">
12+ < meta property ="twitter:description " content ="Lorem ipsum is placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. ">
13+ < meta property ="twitter:image " content ="/img/nikos.jpg ">
14+ < meta property ="twitter:url " content ="/blog/1-lorem-ipsum ">
15+ < meta name ="twitter:card " content ="summary_large_image ">
16+ < link rel ="icon " href ="data:, ">
17+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/2.0.0/modern-normalize.min.css ">
18+ < link rel ="stylesheet " href ="/css/reset.css ">
19+ < link rel ="stylesheet " href ="/css/utility.css ">
20+ < link rel ="stylesheet " href ="/css/common.css ">
21+ < link rel ="stylesheet " href ="/css/form.css ">
22+ < link rel ="stylesheet " href ="/css/button-badge.css ">
23+ < link rel ="stylesheet " href ="/css/typography.css ">
24+ < link rel ="stylesheet " href ="/css/light.css " media ="(prefers-color-scheme: light) ">
25+ < link rel ="stylesheet " href ="/css/dark.css " media ="(prefers-color-scheme: dark) ">
3226 < script src ="/js/store.js " defer type ="module "> </ script >
3327 < script src ="/js/componentLoader.js " defer type ="module "> </ script >
3428 </ head >
3529 < body class ="flex flex-col ">
3630 < div class ="site-container flex flex-col " style ="flex: 1 ">
3731 < nav data-component ="nav " data-header-bar ="true " data-burger-px ="400 "> </ nav >
3832 < main data-component ="router " style ="padding: 1rem; width: 100%; flex: 1 ">
39- < h1 class ="blog-title "> Understanding Lorem Ipsum</ h1 >
40- < p class ="minor "> Nikos Katsikanis - January 1, 2025</ p >
41- < div class ="preview ">
42- < p >
43- Lorem ipsum is placeholder text commonly used to demonstrate the visual form of a document without
44- relying on meaningful content.
45- </ p >
46- </ div >
47- < p > This article explores the history of lorem ipsum and why designers rely on it.</ p >
48- < div data-component ="discuss "> </ div >
33+
34+ < h1 class ="blog-title "> Understanding Lorem Ipsum</ h1 >
35+ < p class ="minor "> Nikos Katsikanis - January 1, 2025</ p >
36+ < div class ="preview ">
37+ < p > Lorem ipsum is placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content.</ p >
38+ </ div >
39+ < p > This article explores the history of lorem ipsum and why designers rely on it.</ p >
40+ < div data-component ="discuss "> </ div >
41+
4942 </ main >
5043 < div class ="flex justify-center ">
5144 < a href ="https://github.com/quantuminformation/vanillajs-patterns " target ="_blank ">
@@ -58,4 +51,4 @@ <h1 class="blog-title">Understanding Lorem Ipsum</h1>
5851 < div data-component ="theme-switcher "> </ div >
5952 </ footer >
6053 </ body >
61- </ html >
54+ </ html >
0 commit comments