mywillpower.org/views/layout.erb
2022-02-24 20:42:46 -05:00

32 lines
1.3 KiB
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="My Willpower: One man's journey.">
<meta property="og:description"
content="One man's journey to summon his own calm from within.">
<meta property="og:url" content="https://www.mywillpower.org">
<meta property="og:site_name" content="My Willpower">
<meta property="og:image" content="https://www.mywillpower.org/tip.jpg">
<meta property="og:image:alt"
content="A man standing on the summit of a mountain with his arms
outstretched above his head.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="My Willpower">
<meta name="twitter:description" content="One man's journey.">
<meta name="twitter:image" content="https://www.mywillpower.org/tip.jpg">
<meta name="twitter:image:alt"
content="A man standing on the summit of a mountain with his arms
outstretched above his head.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="One man's journey to summon his own calm from within.">
<title>My Willpower</title>
<link rel="stylesheet" type="text/css" href="/willpower.css">
</head>
<body>
<%= yield %>
</body>
</html>