File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- import ' ./src/ styles/global.css'
3- import Information from ' ./components/Information.astro'
2+ import " ../ styles/global.css" ;
3+ import Information from " ./components/Information.astro" ;
44---
55
66<html lang =" en" >
7- <head >
8- <meta charset =" utf-8" />
9- <link rel =" icon" type =" image/svg+xml" href =" /favicon.svg" />
10- <meta name =" viewport" content =" width=device-width" />
11- <meta name =" generator" content ={ Astro .generator } />
12- <title >Muhammad Pen</title >
13- </head >
14- <body >
15- <Information />
16- </body >
7+ <head >
8+ <meta charset =" utf-8" />
9+ <link rel =" icon" type =" image/svg+xml" href =" /favicon.svg" />
10+ <meta name =" viewport" content =" width=device-width" />
11+ <meta name =" generator" content ={ Astro .generator } />
12+ <title >Muhammad Pen</title >
13+ </head >
14+ <body >
15+ <Information />
16+ </body >
1717</html >
You can’t perform that action at this time.
0 commit comments