-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (42 loc) · 1.58 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G52HC31BQE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G52HC31BQE');
</script>
<meta charset="UTF-8">
<title>Should I work from home?</title>
<meta property="og:title" content="Should I work from home?" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Should I work from home?" />
<meta property="og:description" content="Yep." />
<meta property="og:site_name" content="Should I work from home?" />
<script type="application/ld+json">
{"headline":"About me","description":"Should I work from home","@type":"WebSite","url":"https://brunomb.com/shouldiworkfromhome","name":"Should I work from home?","@context":"https://schema.org"}</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#000">
<style type="text/css">
body {
background-color: #000;
color: #fff;
font-family:arial,helvetica;
font-size:5em;
text-align: center;
}
#main {
margin: 0px auto;
margin-top: 150px;
width: 350px;
text-align:center;
}
</style>
</head>
<body>
<div id="main">YEP.</span>
</body>
</html>