-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (24 loc) · 991 Bytes
/
index.html
File metadata and controls
30 lines (24 loc) · 991 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hello World</title>
<meta name="description" content="App clips test site">
<meta name="author" content="Shortcut">
<meta property="og:title" content="App clips test site">
<meta property="og:type" content="website">
<meta property="og:url" content="wwww.shortcut.io">
<meta property="og:description" content="App clips test site">
<meta property="og:image" content="image.png">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<meta name="apple-itunes-app" content="app-clip-bundle-id-dk.shortcut.MiniMazed.Clip, app-id-AT7Y49RPC7, app-clip-display=card">
</head>
<body>
<p>Body text updated 4</p>
<script src="js/scripts.js"></script>
</body>
</html>