Skip to content

Commit

Permalink
Add new ads that are hopefully better and less intrusive (yay?)
Browse files Browse the repository at this point in the history
  • Loading branch information
proudparrot2 committed Dec 13, 2024
1 parent 47d73de commit d8e7279
Show file tree
Hide file tree
Showing 10 changed files with 73 additions and 3 deletions.
8 changes: 8 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<link rel="stylesheet" href="./css/master.css" />

<script src="./js/preload.js"></script>

<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
</head>

<body>
Expand Down Expand Up @@ -47,4 +49,10 @@ <h1>404</h1>
</body>

<script src="./js/index.js"></script>

<script type="text/javascript">
aclib.runAutoTag({
zoneId: '6hmeyutild',
});
</script>
</html>
8 changes: 8 additions & 0 deletions public/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<script src="/uv/uv.bundle.js" charset="UTF-8"></script>
<script src="/uv/uv.config.js"></script>
<script src="./js/preload.js"></script>

<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
</head>
<body theme="main">
<nav>
Expand Down Expand Up @@ -42,5 +44,11 @@ <h1>Art Class</h1>
</button>
</div>
<script src="./js/index.js"></script>

<script type="text/javascript">
aclib.runAutoTag({
zoneId: '6hmeyutild',
});
</script>
</body>
</html>
8 changes: 8 additions & 0 deletions public/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<script src="/uv/uv.bundle.js" charset="UTF-8"></script>
<script src="/uv/uv.config.js"></script>
<script src="./js/preload.js"></script>

<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
</head>

<body>
Expand Down Expand Up @@ -61,4 +63,10 @@ <h1>Apps</h1>
})
</script>

<script type="text/javascript">
aclib.runAutoTag({
zoneId: '6hmeyutild',
});
</script>

</html>
1 change: 0 additions & 1 deletion public/arc-sw.js

This file was deleted.

9 changes: 8 additions & 1 deletion public/emulator.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<script src="/uv/uv.bundle.js" charset="UTF-8"></script>
<script src="/uv/uv.config.js"></script>
<script src="./js/preload.js"></script>

<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
</head>

<body>
Expand Down Expand Up @@ -42,7 +44,12 @@ <h1>Art Class</h1>
'/service/' + __uv$config.encodeUrl('https://demo.emulatorjs.org/')
</script>
</body>
<!-- https://tv-ep7.pages.dev/ -->

<script src="./js/index.js"></script>

<script type="text/javascript">
aclib.runAutoTag({
zoneId: '6hmeyutild',
});
</script>
</html>
8 changes: 8 additions & 0 deletions public/gs.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<script src="/uv/uv.bundle.js" charset="UTF-8"></script>
<script src="/uv/uv.config.js"></script>
<script src="./js/preload.js"></script>

<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
</head>

<body theme="main">
Expand Down Expand Up @@ -58,4 +60,10 @@ <h1>Games</h1>
})
})
</script>

<script type="text/javascript">
aclib.runAutoTag({
zoneId: '6hmeyutild',
});
</script>
</html>
8 changes: 8 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<script src="/uv/uv.bundle.js" charset="UTF-8"></script>
<script src="/uv/uv.config.js"></script>
<script src="./js/preload.js"></script>

<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
</head>

<body theme="main">
Expand Down Expand Up @@ -50,4 +52,10 @@ <h1>Welcome to <span>Art Class</span></h1>
</body>

<script src="./js/index.js"></script>

<script type="text/javascript" async>
aclib.runAutoTag({
zoneId: '6hmeyutild',
})
</script>
</html>
8 changes: 8 additions & 0 deletions public/load.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<script src="/uv/uv.bundle.js" charset="UTF-8"></script>
<script src="/uv/uv.config.js"></script>
<script src="./js/preload.js"></script>

<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
</head>

<body theme="main">
Expand Down Expand Up @@ -61,4 +63,10 @@ <h3 id="gameTitle"></h3>
<script src="./assets/data/apps.js"></script>
<script src="./js/load.js"></script>

<script type="text/javascript">
aclib.runAutoTag({
zoneId: '6hmeyutild',
});
</script>

</html>
10 changes: 9 additions & 1 deletion public/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<script src="/uv/uv.bundle.js" charset="UTF-8"></script>
<script src="/uv/uv.config.js"></script>
<script src="./js/preload.js"></script>

<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
</head>

<body theme="main">
Expand Down Expand Up @@ -39,4 +41,10 @@ <h1>Search</h1>
<script src="./js/index.js"></script>
<script src="./js/search.js"></script>

</html>
<script type="text/javascript">
aclib.runAutoTag({
zoneId: '6hmeyutild',
});
</script>

</html>
8 changes: 8 additions & 0 deletions public/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<script src="/uv/uv.bundle.js" charset="UTF-8"></script>
<script src="/uv/uv.config.js"></script>
<script src="./js/preload.js"></script>

<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
</head>

<body>
Expand Down Expand Up @@ -108,4 +110,10 @@ <h4>

<script src="./js/index.js"></script>
<script src="./js/settings.js"></script>

<script type="text/javascript">
aclib.runAutoTag({
zoneId: '6hmeyutild',
});
</script>
</html>

0 comments on commit d8e7279

Please sign in to comment.