-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.orig
29 lines (28 loc) · 1.3 KB
/
index.html.orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="This is a samoyed." property="og:title" />
<meta content="She is a mom." property="og:description" />
<meta content="https://samoyed.mom/" property="og:url" />
<meta content="/img/mary_icon.webp" property="og:image" />
<meta content="#FFFFFF" data-react-helmet="true" name="theme-color" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="twitter:title" content="This is a samoyed." />
<meta name="twitter:description" content="She is a mom." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="/img/mary_icon.webp" />
<meta name="description" content="A mom's webpage.">
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/page.min.css">
<link rel="icon" type="image/x-icon" href="/img/mary_icon.webp">
<title>Samoyed</title>
</head>
<body>
<h1>This is a samoyed.</h1>
<img src="/img/mary_icon.webp" alt="Icon of Mary." title="A mom." style="width: 50%;" width="541" height="447">
<h1>She is a mom.</h1>
<img src="/img/MKMR.webp" alt="My pronouns." title="Pronouns." style="max-width: 100%;" width="1539" height="944">
</body>
</html>