20 lines
736 B
HTML
20 lines
736 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
<meta property="og:title" content="@jedmund" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://jedmund.com" />
|
|
<meta
|
|
property="og:description"
|
|
content="Justin Edmund is a software designer living in San Francisco."
|
|
/>
|
|
<meta property="og:image" content="https://jedmund.com/images/og-image.jpg" />
|
|
%sveltekit.head%
|
|
</head>
|
|
<body data-sveltekit-preload-data="hover">
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|