Skip to content

Commit eadd966

Browse files
authored
Add files via upload
1 parent 8757464 commit eadd966

19 files changed

+991
-0
lines changed

MunnaLogo.png

584 KB
Loading

YTSBrosLogo.png

14.2 KB
Loading

about.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>about</title>
9+
10+
<link href="game.css" rel="stylesheet" type="text/css" />
11+
12+
</head>
13+
14+
<body>
15+
16+
<canvas id="canvas3"></canvas>
17+
<script src="i.js"></script>
18+
</body>
19+
20+
</html>

game.css

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
body{
3+
text-decoration-color: white !important;
4+
}
5+
.wrapper {
6+
width: 100%;
7+
display: inline-flex;
8+
text-align: left;
9+
}
10+
.container {
11+
width: 90%;
12+
margin: 0 auto;
13+
position: relative;
14+
}
15+
16+
html {
17+
height: 100%;
18+
width: 100%;
19+
background: #191919 !important;
20+
}
21+
22+
#canvas2{
23+
border: 2px solid #ff4000;
24+
width: 1200;
25+
height: 600;
26+
top: 50%;
27+
left: 50%;
28+
}

i.js

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
window.addEventListener('load', function() {
2+
const canvas = document.getElementById('canvas2');
3+
const ctx = canvas.getContext('2d');
4+
canvas.width = 1200;
5+
canvas.height = 600;
6+
7+
let sw = 128;
8+
let sh = 128;
9+
let frame = 0;
10+
let index = 1;
11+
let stagger = 0;
12+
13+
prad = new Image();
14+
prad.src = "pradP.png";
15+
16+
function animate(){
17+
ctx.clearRect(0, 0, canvas.width, canvas.height);
18+
19+
ctx.drawImage(prad, frame * sw, index * sh, sw, sh, 0, 0, 300, 300);
20+
21+
if (frame >= 10) {frame = 0;}
22+
23+
if (stagger % 15 == 0) {frame++;}
24+
25+
stagger ++;
26+
27+
requestAnimationFrame(animate);
28+
29+
};
30+
31+
animate();
32+
33+
});

index.html

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width">
7+
<title>Home - YTSBros</title>
8+
<link href="style.css" rel="stylesheet" type="text/css" />
9+
</head>
10+
11+
<body>
12+
13+
14+
15+
<div class="header">
16+
<div class="header-text">
17+
<p>YTSBros</p>
18+
</div>
19+
<img src="YTSBrosLogo.png" alt="logo" class="logo">
20+
21+
<a href="munna.html" id="homeHyperlinkDev">
22+
<button type="button" id="munnaOptionButton">munna</button>
23+
</a>
24+
25+
<a href="about.html" id="homeHyperlinkDev">
26+
<button type="button" id="aboutButton">about</button>
27+
</a>
28+
29+
<a href="other.html" id="homeHyperlinkDev">
30+
<button type="button" id="otherButton">games</button>
31+
</a>
32+
33+
<a href="test.html" id="homeHyperlinkDev">
34+
<button type="button" id="testButton">test</button>
35+
</a>
36+
37+
<a href="https://discord.gg/w2yb2sHneN" id="homeHyperlinkDev">
38+
<button type="button" id="discord"></button>
39+
</a>
40+
41+
</div>
42+
43+
<h1 class="title">Makers of useless shit</h1>
44+
<h2 class="blurb">We're just bros, making useless shit. You can download our useless shit right
45+
here on this page, or the Downloads section if you want a better list. You can also use some of
46+
our useless shit right here in the<br>browser, like our Munna AI, which is basically the ChatGPT
47+
developer API with fine-tuning and prompts. Like our useless shit? Buy the Shit Tier on our Patreon
48+
(coming soon)
49+
<h1 class="disc">Disclaimer</h1>
50+
<h2 class="discText">Munna AI is not related to Mukilan. It simply takes inspiration.
51+
52+
53+
</body>
54+
55+
</html>

munna-independent.html

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width">
7+
<title>Munna AI</title>
8+
<link rel="icon" type="image/x-icon" href="munnaIconSmall.ico">
9+
<link href="munna.css" rel="stylesheet" type="text/css" />
10+
<title>ChatGPT</title>
11+
12+
<script type="text/javascript" src="chatGPT.js"></script>
13+
</head>
14+
15+
16+
<body>
17+
18+
19+
<div class="header">
20+
<div class="header-text">
21+
<p>YTSBros</p>
22+
</div>
23+
<img src="MunnaLogo.png" alt="logo" class="logo" id="munnalogo">
24+
<a href="https://ytsbroswebsite.hardsurface.repl.co" id="homeHyperlinkDev">
25+
<button type="button" id="neoButton">YTSBros</button>
26+
</a>
27+
28+
<h1 class="title"><em>Seriously dumb</em>: Munna AI 1.0beta</h1>
29+
<h2 class="blurb">Idiocracy. Reinvented. Behold the Munna.
30+
<div class="wrapper">
31+
<div class="container">
32+
<p id="output" style="white-space: pre-wrap;"></p>
33+
<form id="input">
34+
35+
<input name="input" id="input" spellcheck="false" class="inputBox" autofocus
36+
placeholder="What do you want to say to Munna?" width: 100%;"><br>
37+
38+
</form>
39+
<div>
40+
<button id="generate" onclick="generate()">Generate</button>
41+
</div>
42+
<div class="munnaSection" id="munnaSectionId">
43+
<img src="MunnaLogo.png" id="munna" alt="munna" class="munna">
44+
<form id="munnareply">
45+
<textarea spellcheck="false" rows="5" cols="60" name="reply" id="reply" readonly
46+
placeholder=""></textarea>
47+
</form>
48+
</div>
49+
50+
</div>
51+
</div>
52+
53+
54+
55+
56+
57+
</body>
58+
59+
</html>

0 commit comments

Comments
 (0)