-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 893 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>RubenVerg's Homepage</title>
<meta property='og:title' content='RubenVerg - Home'>
<meta property='og:type' content='website'>
<meta property='og:description' content="RubenVerg's homepage, which is now empty but will soon be filled of goodies!">
<meta property='og:url' content='/'>
<meta property='og:image' content='//files.rubenverg.com/media/thumbs/default.png'>
<meta property='og:image:alt' content='Logo'>
<meta property='keywords' content='rubenverg'>
<link rel='stylesheet' href='//files.rubenverg.com/styles/dark/main.css' />
<link rel="stylesheet" href="//files.rubenverg.com/styles/shared/md.css">
<link rel="shortcut icon" href="//files.rubenverg.com/media/thumbs/default.png" type="image/png">
</head>
<body>
<h1>Sorry, this webpage is empty RN.</h1>
It might get filled, tho. Wanna check later?
</body>
</html>