-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (39 loc) · 1.76 KB
/
index.html
File metadata and controls
53 lines (39 loc) · 1.76 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
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" id="html" class="no-js" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Project Name</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content"dark light">
<meta name="description" content="XXX YYY ZZZ XXX ZZZ YYY ZZZ YYY XXX ZZZ">
<meta property="og:title" content="Unique page title - My Site">
<meta property="og:description" content="Page description">
<meta property="og:image" content="https://www.mywebsite.com/image.jpg">
<meta property="og:image:alt" content="Image description">
<meta property="og:locale" content="en_GB">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:url" content="https://www.mywebsite.com/page">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico">
<!-- <link rel="apple-touch-icon" href="/img/png/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/png/apple-touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/png/apple-touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/png/apple-touch-icon-ipad-retina.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> -->
<style>
.wrapper {
text-align: center;
}
</style>
</head>
<body> <p>Some Text</p>
<div class="wrapper">
<h1 class="wrapper__headline">Welcome to the demo</h1>
  <a href="http://example.com" lang="en" hreflang="en">Example.com</a>
</div>
<p>Some more Text</p>
<script src="main.js"></script>
</body>
</html>