Personal Site

Initial home page

+10 -6
+10 -6
src/pages/index.astro
··· 1 - --- 2 - 3 - --- 4 - 5 1 <html lang="en"> 6 2 <head> 7 3 <meta charset="utf-8" /> ··· 9 5 <link rel="icon" href="/favicon.ico" /> 10 6 <meta name="viewport" content="width=device-width" /> 11 7 <meta name="generator" content={Astro.generator} /> 12 - <title>Astro</title> 8 + <title>Ghustvn</title> 13 9 </head> 14 10 <body> 15 - <h1>Astro</h1> 11 + <main> 12 + <h1>Ghustvn</h1> 13 + <h2>Projects</h2> 14 + <ul> 15 + <li> 16 + <a href="https://www.life-series.online">life-series.online</a> 17 + </li> 18 + </ul> 19 + </main> 16 20 </body> 17 21 </html>