-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
56 lines (49 loc) · 1.42 KB
/
home.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
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<title>[YOUR CODE TITLE]</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="site_name" content="[YOUR SITE NAME]">
<meta name="author" content="[YOUR SITE AUTHOR]">
<meta name="keywords" content="[YOUR KEYWORD], [YOUR KEYWORD], [YOUR KEYWORD]">
<meta name="image" content="/cat.gif">
<meta name="url" content="https://[YOUR SITE]">
<meta name="title" content="[YOUR SITE TITLE]">
<meta name="description" content="[YOUR SITE DESCRIPTION]">
<meta name="og:site_name" content="[YOUR SITE NAME]">
<meta name="theme-color" content="#32353b">
<meta name="og:url" content="https://[YOUR SITE]">
<meta name="og:title" content="[YOUR SITES TITLE]">
<meta name="og:description" content="[YOUR SITE DESCRIPTION]">
<link rel="icon" type="image/png" sizes="1000x1000" href="/cat.gif"> </head>
<!--Scripts-->
<script async src="https://arc.io/widget.min.js#w3DqyEqS"></script>
<body style="background-color:lightpink;">
<html>
<style>
body {
background-color: ;
}
div {
background-color: ;
width: 800px;
height: 200px;
line-height: 200px;
position: absolute;
top: 50%;
margin-top: -100px;
left: 50%;
margin-left: -400px;
font-weight: ;
font-size: 20px;
text-transform: uppercase;
color: #000000;
text-align: center
}
</style>
<body>
<div>Heroku Static Site!</div>
</body>
</html>