Skip to content

Commit 0dc46a7

Browse files
Update gen-modern-test.html
1 parent 4d3de44 commit 0dc46a7

File tree

1 file changed

+35
-11
lines changed

1 file changed

+35
-11
lines changed

webapps/gofile.io/gen-modern-test.html

Lines changed: 35 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -330,17 +330,41 @@ <h2><i class="fas fa-code"></i> GoFile CodeGen</h2>
330330
<button class="generate-btn" onclick="generateCode(event)">
331331
<i class="fas fa-download"></i> Generate Code
332332
</button>
333-
<div class="ad-container">
334-
<script type="text/javascript">
335-
atOptions = {
336-
'key' : 'cfdd26285d2be07540494f6205a5954a',
337-
'format' : 'iframe',
338-
'height' : 90,
339-
'width' : 728,
340-
'params' : {}
341-
};
342-
</script>
343-
</div>
333+
<style>
334+
.ad-box {
335+
margin: 20px auto;
336+
padding: 12px;
337+
max-width: 100%;
338+
background: #f9f9f9;
339+
border: 1px dashed #ccc;
340+
border-radius: 10px;
341+
overflow-x: auto;
342+
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
343+
}
344+
345+
.ad-box iframe {
346+
width: 100% !important;
347+
max-width: 728px;
348+
height: 90px !important;
349+
border: none;
350+
display: block;
351+
margin: 0 auto;
352+
}
353+
</style>
354+
355+
<div class="ad-box">
356+
<script type="text/javascript">
357+
atOptions = {
358+
'key' : 'cfdd26285d2be07540494f6205a5954a',
359+
'format' : 'iframe',
360+
'height' : 90,
361+
'width' : 728,
362+
'params' : {}
363+
};
364+
document.write('<scr' + 'ipt src="https://www.profitabledisplaynetwork.com/cfdd26285d2be07540494f6205a5954a/invoke.js"></scr' + 'ipt>');
365+
</script>
366+
</div>
367+
344368

345369
<script type="text/javascript" src="//www.highperformanceformat.com/cfdd26285d2be07540494f6205a5954a/invoke.js"></script>
346370
<div id="outputSection" style="display: none;">

0 commit comments

Comments
 (0)