-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (40 loc) · 1.78 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
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<!-- titles -->
<title>New page | Website name</title>
<meta itemprop="name" content="New page | Website name">
<meta property="og:title" content="New page | Website name">
<meta name="twitter:title" content="New page | Website name">
<!-- descriptions -->
<meta name="description" content="Description goes here.">
<meta itemprop="description" content="Description goes here.">
<meta property="og:description" content="Description goes here.">
<meta name="twitter:description" content="Description goes here.">
<!-- images -->
<meta itemprop="image" content="img/social/default.jpg">
<meta property="og:image" content="img/social/default.jpg">
<meta name="twitter:image" content="img/social/twitter.jpg">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="theme-color" content="#fff">
<meta name="msapplication-TileColor" content="#ffffff">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="/css/master.min.css">
<link rel="stylesheet" href="/css/index.min.css">
</head>
<body>
<h1>Welcome!</h1>
<br>
<a href="https://github.com/akshar-dave/etchtml/archive/refs/heads/trunk.zip">
<button>Download</button>
</a>
<script src="https://cdnjs.cloudflare.com/ajax/libs/quicklink/2.2.0/quicklink.umd.js"></script>
<script src="/js/master.min.js"></script>
<script src="/js/index.min.js"></script>
</body>
</html>