Skip to content

Commit 44d1276

Browse files
authored
Update video.html
1 parent 4f8b7e6 commit 44d1276

File tree

1 file changed

+1
-79
lines changed

1 file changed

+1
-79
lines changed

video.html

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

11846
<!-- Global site tag (gtag.js) - Google Analytics -->
11947
<script async defer src="https://www.googletagmanager.com/gtag/js?id=G-922Z47NPS0"></script>
@@ -192,13 +120,7 @@
192120
y.parentNode.insertBefore(t, y);
193121
})(window, document, "clarity", "script", "8q4bxin4tm");
194122
</script>
195-
<script
196-
async
197-
defer
198-
type="text/javascript"
199-
src="//cdn.carbonads.com/carbon.js?serve=CEAI6KJL&placement=particlesjsorg"
200-
id="_carbonads_js"
201-
></script>
123+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1784552607103901" crossorigin="anonymous"></script>
202124
<script
203125
defer
204126
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"

0 commit comments

Comments
 (0)