vod frog, frog with the vods
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 22 lines 984 B view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <link rel="icon" href="/frogicon.png" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <meta property="og:title" content="vod frog" /> 8 <meta property="og:description" content="vod frog, i put the vods on a frog" /> 9 <meta property="og:image" content="/opengraph.png" /> 10 <meta property="og:type" content="website" /> 11 <meta name="twitter:card" content="summary_large_image" /> 12 <meta name="twitter:title" content="vod frog" /> 13 <meta name="twitter:description" content="vod frog, i put the vods on a frog" /> 14 <meta name="twitter:image" content="/opengraph.png" /> 15 <meta name="description" content="vod frog, i put the vods on a frog" /> 16 <title>vod frog</title> 17 %sveltekit.head% 18 </head> 19 <body> 20 <div style="display: contents">%sveltekit.body%</div> 21 </body> 22</html>