-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (21 loc) · 1019 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8"/>
<title>Roan, yes that is me!</title>
<meta content="Roan, yes that is me!" property="og:title" />
<meta content="Woahh, my own website isn't that so cool!!" property="og:description" />
<meta content="Woahh, my own website isn't that so cool!!" name="description" />
<meta content="https://rovi.me" property="og:url" />
<link href="https://rovi.me" rel="canonical" />
<meta content="https://rovi.me/assets/roan_and_pip.webp" property="og:image" />
<meta content="#EFBE7D" data-react-helmet="true" name="theme-color" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link data-trunk rel="inline" href="98.css"/>
<link data-trunk rel="inline" href="style.css"/>
<link data-trunk rel="icon" href="assets/favicon.webp"/>
<link data-trunk rel="copy-dir" href="assets/"/>
</head>
<body>
</body>
</html>