-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
38 lines (33 loc) · 1.51 KB
/
404.html
File metadata and controls
38 lines (33 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="//cdn.glitch.com/129aeb38-05b5-4b25-8390-d9dace6f6e91%2Fminimal-logo-transparent.png" />
<title>iPhone 12 | PhoneEmulator</title>
<link rel="canonical" href="https://iphone12emulator.glitch.me/" />
<meta name="description" content="An iPhone 12 emulator located right in your browser." />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="PhoneEmulator" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://iphone12emulator.glitch.me/" />
<meta property="og:description" content="An iPhone 12 emulator located right in your browser." />
<meta property="og:image" content="https://cdn.glitch.com/129aeb38-05b5-4b25-8390-d9dace6f6e91%2Fwhite.png" />
<meta name="twitter:card" content="summary" />
<link rel="stylesheet" href="//phoneemulator.glitch.me/style.css" />
<link rel="stylesheet" href="//phoneemulator.glitch.me/fonts.css" />
<link rel="stylesheet" href="/iphone12.css" />
<script src="//phoneemulator.glitch.me/script.js" defer></script>
<script src="/script.js" defer></script>
</head>
<body class="in-appbg">
<span class="centered iphone-text not-available">
<center>
404
</center>
</span>
<a href="/screens/home_page1.html">
<div class="center back"></div>
</a>
</body>
</html>