-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (38 loc) · 1.05 KB
/
index.html
File metadata and controls
42 lines (38 loc) · 1.05 KB
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
<!DOCTYPE html>
<html lang="">
<head>
<title>HTML</title>
<meta name="title" content="HTML">
<meta name="description" content="HTML">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://github.com/fathermerry/html">
<meta property="og:title" content="HTML">
<meta property="og:description" content="Get in touch">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://github.com/fathermerry/html">
<meta property="twitter:title" content="HTML">
<meta property="twitter:description" content="Get in touch">
<style>
html, body {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-family: system-ui, 'sans-serif';
}
h1 {
margin: 0;
}
</style>
</head>
<body>
<div>
<h1>HTML</h1>
<h3>Basic template</h3>
</div>
</body>
</html>