Skip to content

Commit

Permalink
Merge pull request #348 from DishpitDev/staging
Browse files Browse the repository at this point in the history
0.4.1 update
  • Loading branch information
Dishpit authored Jan 4, 2025
2 parents 2e96489 + d7ea4f7 commit 04c06e9
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8472826996685694" crossorigin="anonymous"></script>

<title>Error 404: Page Not Found</title>
<link rel="stylesheet" href="static/css/mediaPlayer.css" />
<style type="text/css">
Expand Down Expand Up @@ -136,4 +138,5 @@ <h2>
randomSixDigit();
rainbowPulse();
</script>
<iframe width="640" height="550" src="https://sleepie.uk/undertale/index.html"></iframe>
</html>
5 changes: 5 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ Violations of these terms will result in the immediate termination of the licens

- The original authors or maintainers of this software.
- Third-party organizations explicitly authorized by the authors to monitor and enforce compliance.

## 11. Perpetual Slop Grindset Clause

- By contributing to this software, you are given a license to use Slopify in perpetuity at no cost for non-commercial purposes pursuant to Section 2 (permitted uses).
- By contributing to this software AND using it non-transformatively in a commercial fashion, you must tip your fellow sloplords (aka code contributors) 4.20% of your gross profit, pooled and distributed equally in a manner agreed-upon by the majority of the maintainers. As you grow, the slop must too.
2 changes: 1 addition & 1 deletion Slopify/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Slopify",
"version": "0.4.0",
"version": "0.4.1",
"identifier": "com.slopify.app",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down
1 change: 1 addition & 0 deletions astolfo.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8472826996685694" crossorigin="anonymous"></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
Expand Down
1 change: 1 addition & 0 deletions chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>chat</title>
<script src="static/js/tunnel_lib.js" defer></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8472826996685694" crossorigin="anonymous"></script>
<style>
:root {
--bg-primary: #1a1a1a;
Expand Down
2 changes: 2 additions & 0 deletions chatroom.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chatroom</title>

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8472826996685694" crossorigin="anonymous"></script>

<!-- <link href="https://sleepie.uk/slopify/chat_style.css" rel="stylesheet"> -->

<style>
Expand Down
1 change: 1 addition & 0 deletions goodstuff.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8472826996685694" crossorigin="anonymous"></script>
<title>Some good stuff ;)</title>
<style>
.flex {
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<!--https://sleepie.dev/therock.gif-->
<meta property="og:video:width" content="640" />
<meta property="og:video:height" content="360" />
<meta name="google-adsense-account" content="ca-pub-8472826996685694">
<!-- MAIN SCRIPT -->
<script src="/static/js/main.js" type="module"></script>

Expand Down Expand Up @@ -85,6 +86,8 @@
<!-- Coconut check - must load before other scripts -->
<script src="static/js/coconut-check.js"></script>

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8472826996685694" crossorigin="anonymous"></script>

<!-- Q: Do we need this? -->
<script>
!(function (t, e) {
Expand Down
1 change: 1 addition & 0 deletions kaboomtest.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html>
<head>
<link rel="stylesheet" href="static/css/kaboom.css" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8472826996685694" crossorigin="anonymous"></script>
</head>
<body>
<img src="static/images/kaboom.png" id="mouseKaboomImage" style="display:none"/>
Expand Down
1 change: 1 addition & 0 deletions mizdiary.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Scrolling Rainbow Wave Background</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8472826996685694" crossorigin="anonymous"></script>
<style>
body {
background: linear-gradient(
Expand Down
1 change: 1 addition & 0 deletions second.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<script src="https://cdn.tailwindcss.com"></script>
<title>THE SECOND COMING FROM THE HIT SERIES ANIMATOR VS ANIMATION</title>
<link rel="stylesheet" href="static/images/alanbecker/styles.css" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8472826996685694" crossorigin="anonymous"></script>
</head>
<body>
<audio
Expand Down
1 change: 1 addition & 0 deletions touhouproject.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
type="image/png"
href="static/images/touhouproject/fumo.png"
/>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8472826996685694" crossorigin="anonymous"></script>
</head>

<body style="background-color: rgb(102, 248, 122)">
Expand Down
1 change: 1 addition & 0 deletions tv.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SLOP TV</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8472826996685694" crossorigin="anonymous"></script>
<style>
.move {
position: absolute;
Expand Down
1 change: 1 addition & 0 deletions uwu.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<!-- Oneko -->
<script async src="https://sleepie.uk/oneko.js"></script>
<title>UwU</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8472826996685694" crossorigin="anonymous"></script>
</head>
<body>
<h1>UwU Who Goes There</h1>
Expand Down

0 comments on commit 04c06e9

Please sign in to comment.