-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathlambo.html
More file actions
131 lines (112 loc) · 4.41 KB
/
lambo.html
File metadata and controls
131 lines (112 loc) · 4.41 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en-us"
prefix="content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
@charset "UTF-8";
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
display: none !important;
}
ng\:form {
display: block;
}
.ng-animate-shim {
visibility: hidden;
}
.ng-anchor {
position: absolute;
}
</style>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>This Page Does Not Exist</title>
<meta name="description" content="Oops, looks like the page is lost.">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=DM+Sans:300,300i,400,400i,600,600i,700,700i,800,800i"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,600,600i,700,700i,800,800i"
rel="stylesheet">
<script type="text/javascript" async=""
src="https://www.googletagmanager.com/gtag/js?id=G-9Q6H0QETRF&cx=c&_slc=1"></script>
<script async="" src="https://www.google-analytics.com/analytics.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-26575989-46', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<iframe allow="join-ad-interest-group" data-tagging-id="G-9Q6H0QETRF" data-load-time="1744709464093" height="0"
width="0"
src="https://td.doubleclick.net/td/ga/rul?tid=G-9Q6H0QETRF&gacid=1669583486.1744709463&gtm=45je54b0v9125959112za200&dma=1&dma_cps=syphamo&gcd=13l3lPl2l2l1&npa=0&pscdl=noapi&aip=1&fledge=1&frm=0&tag_exp=102509683~102803279~102813109~102887800~102926062~103021830~103027016~103051953~103055465~103077950&z=2108504389"
style="display: none; visibility: hidden;">
</iframe>
<div class="page-not-found">
<img class="image" alt="Page Not Found" src="/htdocs_error/page_not_found.svg" />
<h1 class="title">This Page Does Not Exist</h1>
<p class="text">
Sorry, the page you are looking for could not be found. It's just an
accident that was not intentional.
</p>
</div>
</body>
<style>
body {
color: #1d1e20;
background: #f4f5ff;
font-size: 14px;
font-family: "DM Sans", "Roboto", sans-serif !important;
font-weight: 400;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.page-not-found {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
padding: 0 16px;
img {
vertical-align: middle;
border-style: none;
}
.image {
max-width: 100%;
margin-bottom: 32px;
height: auto;
object-fit: contain;
}
.title {
text-align: center;
margin-top: 0;
margin-bottom: 8px;
font-size: 24px;
line-height: 32px;
font-weight: 700;
}
.text {
text-align: center;
max-width: 650px;
margin-bottom: 24px;
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #6D7081;
}
}
</style>
</html>