File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 5
5
< link rel ="icon " href ="%sveltekit.assets%/favicon.png " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
7
8
+ < meta property ="og:type " content ="website " />
9
+ < meta content ="Animated Java " property ="og:title " />
10
+ < meta
11
+ content ="A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition. "
12
+ property ="og:description "
13
+ />
14
+ < meta content ="https://animated-java.github.io " property ="og:url " />
15
+ < meta
16
+ content ="https://animated-java.github.io/img/animated_java_icon.svg "
17
+ property ="og:image "
18
+ />
19
+ < meta content ="#00ACED " data-react-helmet ="true " name ="theme-color " />
20
+
8
21
< script >
9
22
const key = 'svelteness::color-scheme'
10
23
const scheme = localStorage [ key ]
You can’t perform that action at this time.
0 commit comments