Skip to content

Commit 938dcc2

Browse files
authored
Update 404.html
1 parent 7c89f4b commit 938dcc2

File tree

1 file changed

+2
-80
lines changed

1 file changed

+2
-80
lines changed

404.html

Lines changed: 2 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -44,79 +44,6 @@
4444
crossorigin="anonymous"
4545
/>
4646
<link rel="stylesheet" href="/css/404.min.css" />
47-
<style>
48-
#carbonads * {
49-
margin: initial;
50-
padding: initial;
51-
}
52-
53-
#carbonads {
54-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
55-
"Helvetica Neue", Helvetica, Arial, sans-serif;
56-
}
57-
58-
#carbonads {
59-
display: flex;
60-
max-width: 330px;
61-
background-color: hsl(0, 0%, 98%);
62-
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
63-
z-index: 100;
64-
margin: 0 auto;
65-
}
66-
67-
#carbonads a {
68-
color: inherit;
69-
text-decoration: none;
70-
}
71-
72-
#carbonads a:hover {
73-
color: inherit;
74-
}
75-
76-
#carbonads span {
77-
position: relative;
78-
display: block;
79-
overflow: hidden;
80-
}
81-
82-
#carbonads .carbon-wrap {
83-
display: flex;
84-
}
85-
86-
#carbonads .carbon-img {
87-
display: block;
88-
margin: 0;
89-
line-height: 1;
90-
}
91-
92-
#carbonads .carbon-img img {
93-
display: block;
94-
}
95-
96-
#carbonads .carbon-text {
97-
font-size: 13px;
98-
padding: 10px;
99-
margin-bottom: 16px;
100-
line-height: 1.5;
101-
text-align: left;
102-
}
103-
104-
#carbonads .carbon-poweredby {
105-
display: block;
106-
padding: 6px 8px;
107-
background: #f1f1f2;
108-
text-align: center;
109-
text-transform: uppercase;
110-
letter-spacing: 0.5px;
111-
font-weight: 600;
112-
font-size: 8px;
113-
line-height: 1;
114-
border-top-left-radius: 3px;
115-
position: absolute;
116-
bottom: 0;
117-
right: 0;
118-
}
119-
</style>
12047
</head>
12148

12249
<body>
@@ -127,12 +54,6 @@
12754
<p class="message-heading">Error 404</p>
12855
<p class="message-description">
12956
The page you are looking for was moved, removed, renamed or might never have existed.
130-
<script
131-
async
132-
type="text/javascript"
133-
src="//cdn.carbonads.com/carbon.js?serve=CEAI6KJL&placement=particlesjsorg"
134-
id="_carbonads_js"
135-
></script>
13657
</p>
13758
</div>
13859
<div class="links">
@@ -170,7 +91,8 @@
17091
integrity="sha256-NP9NujdEzS5m4ZxvNqkcbxyHB0dTRy9hG13RwTVBGwo="
17192
crossorigin="anonymous"
17293
></script>
173-
<script defer src="https://cdn.jsdelivr.net/npm/tsparticles@3.7.1/tsparticles.bundle.min.js"></script>
94+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1784552607103901" crossorigin="anonymous"></script>
95+
<script defer src="https://cdn.jsdelivr.net/npm/tsparticles@3.8.1/tsparticles.bundle.min.js"></script>
17496
<script defer src="/js/404.min.js"></script>
17597
</body>
17698
</html>

0 commit comments

Comments
 (0)