hexo_s/src/app.html

17 lines
714 B
HTML
Raw Permalink Normal View History

<!doctype html>
2022-10-15 22:50:57 +08:00
<html lang="en">
<head prefix="og: https://ogp.me/ns#">
<meta charset="utf-8" />
<meta name="generator" content="gh:importantimport/urara" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="manifest" crossorigin="use-credentials" href="/manifest.webmanifest" />
<link rel="alternate" type="application/feed+json" href="/feed.json" />
<link rel="alternate" type="application/atom+xml" href="/atom.xml" />
<link rel="sitemap" type="application/xml" href="/sitemap.xml" />
%sveltekit.head%
</head>
<body itemscope itemtype="https://schema.org/WebPage">
2023-01-13 17:28:29 +08:00
<div style="display: contents">%sveltekit.body%</div>
2022-10-15 22:50:57 +08:00
</body>
</html>