refactor: move shared head components to a template
This commit is contained in:
4
templates/sharedHead.html
Normal file
4
templates/sharedHead.html
Normal file
@ -0,0 +1,4 @@
|
||||
<meta name="theme-color" content="#8CFFC1" />
|
||||
<meta name="og:image" content="/static/codecircles.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="/static/globals.css" />
|
Reference in New Issue
Block a user