2023-08-18 19:13:02 +00: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 = "X-UA-Compatible" content = "ie=edge" >
< title > diji< / title >
< link rel = "icon" type = "image" href = "./assets/favicon.png" >
< link rel = "stylesheet" type = "text/css" href = "style.css" >
< script src = "script.js" > < / script >
< / head >
< body >
< div class = "wrapper" >
< div class = "header" >
< div class = "headercontent" >
2023-08-18 21:27:37 +00:00
< img class = "logo" src = "./assets/logo.png" height = "200px" >
2023-08-18 19:13:02 +00:00
< h1 class = "headername" > diji< / h1 >
< h2 class = "headersubtitle" > Create a vanilla JS project in seconds< / h2 >
< br >
< a href = "" class = "getstarted button" > Get started< / a >
< a href = "" class = "download button" > Download< / a >
< / div >
< / div >
2023-08-18 21:27:37 +00:00
< div class = "contentpart" >
< div class = "contentgrid" >
< div class = "tablephoto" >
< img src = "./assets/content1.png" class = "contentimage" >
< / div >
< div class = "tabletext" >
< h1 class = "contenttext" > 地基 (Dìjī) means foundation in Chinese< / h1 >
< h3 class = "contenttext2" > That's what diji is, just the foundation. It's not a framework, it's not even a static website generator. It's just a simple program that makes it quicker and easier to start a vanilla project.< / h3 >
< / div >
< / div >
< / div >
< div class = "contentpart2" >
< div class = "contentgrid2" >
< div class = "tablephoto2" >
< img src = "./assets/content2.png" class = "contentimage2" >
< / div >
< div class = "tabletext2" >
< h1 class = "contenttext" > Works everywhere< / h1 >
< h3 class = "contenttext2" > Either move it to your projects folder (for example documents) or add it to your $PATH and use it everywhere< / h3 >
< / div >
< / div >
< / div >
2023-08-18 19:13:02 +00:00
< div >
< / div >
< / div >
< / body >