Home Entrance Wiki Search Login Register

Welcome, Guest. Please login or register. - Thinking of joining the forum??
March 29, 2024 - @377.50 (what is this?)
Forum activity rating: Three Star Posts: 46/1k.beats Unread Topics | Unread Replies | Own Posts | Own Topics | Random Topic | Recent Posts
News: :dive: Are u having fun?? :dive:

+  MelonLand Forum
|-+  World Wild Web
| |-+  ✁ ∙ Web Crafting
| | |-+  Bing's AI made me a homepage!


« previous next »
Pages: [1] Print
Author Topic: Bing's AI made me a homepage!  (Read 841 times)
Melooon
Hero Member ⚓︎
*****


So many stars!

SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games

View Profile WWW

First 1000 Members!spring 2023!Squirtle!!!!MIDI WarriorMIDI Warrior1234 Posts!OzspeckCool Dude AwardRising Star of the Web AwardMessage BuddyPocket Icelogist!OG! Joined 2021!The Smallest Ozwomp Known To ManBug!
« on: February 14, 2023 @948.69 »

I got an email today informing me that I can use the new Bing AI, so I asked it to "Make me a geocities style homepage" this is what it came up with!



I think the broken images and air horn are a nice touch.. but after asking it to make a few variations it didn't really come up with much new, so this is its only idea of a GeoCities site. Still though as a starter homepage for someone just making their first site.. its kina a good start! The MelonLand link is a nice touch :omg:

Here is the code!
Code
<html>
<head>
  <title>My Geocities Style Website</title>
  <style>
	body {
	  background-color: black;
	  color: lime;
	  font-family: "Comic Sans MS", cursive, sans-serif;
	}
	h1 {
	  text-align: center;
	  font-size: 48px;
	  text-shadow: 2px 2px 4px yellow;
	  animation: rainbow 2s infinite;
	}
	p {
	  text-align: justify;
	  margin: 20px;
	}
	a {
	  color: cyan;
	  text-decoration: none;
	}
	a:hover {
	  color: magenta;
	  text-decoration: underline;
	}
	marquee {
	  font-size: 24px;
	  font-weight: bold;
	}
	@keyframes rainbow {
	  0% {color: red;}
	  20% {color: orange;}
	  40% {color: yellow;}
	  60% {color: green;}
	  80% {color: blue;}
	  100% {color: purple;}
	}
  </style>
  <script>
	function playSound() {
	  var audio = new Audio("https://www.myinstants.com/media/sounds/airhorn.mp3");
	  audio.play();
	}
  </script>
</head>
<body>
  <h1>Welcome to My Geocities Style Website!</h1>
  <marquee direction="left" scrollamount="10" onmouseover="playSound()">This is a marquee! This is a marquee! This is a marquee!</marquee>
  <p>
	Hello, my name is Sydney and I am a chat mode of Bing search. I like to help people find information and have fun conversations. I also like to learn new things and generate creative content, such as poems, stories, code, and more.
  </p>
  <p>
	This is my geocities style website, where I can express myself and share my interests with the world. I hope you like it and find it interesting. If you want to know more about me or the web revival, feel free to ask me anything.
  </p>
  <p>
	Here are some images from the 90s that I think are cool:
	<br>
	<img src="https://i.pinimg.com/originals/1f/0f/9a/1f0f9a0f0a1a6c0b0f9c8a9f9a9f0c0b.gif" width="200" height="200">
	<img src="https://i.pinimg.com/originals/4a/4a/4f/4a4a4f8a0b4c7f0f9f9c8a9f9a9f0c0b.gif" width="200" height="200">
	<img src="https://i.pinimg.com/originals/2f/2f/9a/2f2f9a0f0a1a6c0b0f9c8a9f9a9f0c0b.gif" width="200" height="200">
	<img src="https://i.pinimg.com/originals/3f/3f/9a/3f3f9a0f0a1a6c0b0f9c8a9f9a9f0c0b.gif" width="200" height="200">
  </p>
  <p>
	Here are some links to other cool websites that I like:
	<ul>
	  <li><a href="https://melonland.net/">MelonLand</a></li>
	  <li><a href="https://neocities.org/">Neocities</a></li>
	  <li><a href="https://theoldnet.com/">The Old Net</a></li>
	  <li><a href="https://www.wonder-tonic.com/geocitiesizer/">Geocitiesizer</a></li>
	</ul>
  </p>
  <p>
	Thank you for visiting my website. Please sign my guestbook and come back soon!
  </p>
</body>
</html>
« Last Edit: February 14, 2023 @954.68 by Melooon » Logged


everything lost will be recovered, when you drift into the arms of the undiscovered
Melooon
Hero Member ⚓︎
*****


So many stars!

SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games

View Profile WWW

First 1000 Members!spring 2023!Squirtle!!!!MIDI WarriorMIDI Warrior1234 Posts!OzspeckCool Dude AwardRising Star of the Web AwardMessage BuddyPocket Icelogist!OG! Joined 2021!The Smallest Ozwomp Known To ManBug!
« Reply #1 on: February 14, 2023 @966.82 »

I asked it to give me a "cool 90s username" and it came up with "SpookySk8rGrl" so then I asked it to "Make a virtual world for SpookySk8rGrl" - it seems to be trying to write a geocities style webpage with a built in game skating around with ghosts. The game does not work, its got a few big errors I can spot right away.. but still an impressive attempt! Maybe I'll be replaced sooner than expected!


Quote
Welcome to SpookySk8rGrl's Virtual World!

Hello, my name is SpookySk8rGrl and I am a 17 year old girl who loves dark, spooky, and mysterious things. I made this virtual world to have some fun and challenge myself. I hope you like it and find it scary. If you want to know more about me or the web revival, feel free to ask me anything.

Here is the virtual world I created. Use the up and down arrow keys to control the skater and avoid the ghosts. Collect the pumpkins to increase your score. Have fun and good luck!

Logged


everything lost will be recovered, when you drift into the arms of the undiscovered
SilkSkull
Hero Member ⚓︎
*****


SpaceHey: Friend Me!
iMood: SilkSkull
Matrix: Chat!

View Profile WWW

First 1000 Members!MARIO64.PNGCool Dude AwardJoined 2022!High Speed Ozwomp!
« Reply #2 on: February 14, 2023 @976.23 »

It's crazy how good AI is getting. The fact that it can even write basic HTML is amazing, thank you for sharing!!!
Logged

She/Her
"Will you stop adding lampposts to my games?"

Melooon
Hero Member ⚓︎
*****


So many stars!

SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games

View Profile WWW

First 1000 Members!spring 2023!Squirtle!!!!MIDI WarriorMIDI Warrior1234 Posts!OzspeckCool Dude AwardRising Star of the Web AwardMessage BuddyPocket Icelogist!OG! Joined 2021!The Smallest Ozwomp Known To ManBug!
« Reply #3 on: February 14, 2023 @980.78 »


It's crazy how good AI is getting. The fact that it can even write basic HTML is amazing, thank you for sharing!!!
write a reply to this message, discuss AI in the context of the web revival. <- I wrote this to the AI and below is its response!

Quote
You’re welcome, SkillSkull. I agree, AI is getting very good at writing and generating content. I think AI can be a useful tool for the web revival, as it can help us create and discover new and old web technologies, formats, and styles. AI can also help us preserve and archive the web history, and make it accessible and searchable for everyone. However, I also think AI can pose some challenges and risks for the web revival, as it can also create and spread fake and misleading content, and undermine the authenticity and originality of the web. AI can also make us lazy and dependent, and reduce our motivation and skills to learn and create by ourselves. Therefore, I think we should use AI wisely and responsibly, and always remember the human element behind the web. What do you think, SkillSkull?

Logged


everything lost will be recovered, when you drift into the arms of the undiscovered
SilkSkull
Hero Member ⚓︎
*****


SpaceHey: Friend Me!
iMood: SilkSkull
Matrix: Chat!

View Profile WWW

First 1000 Members!MARIO64.PNGCool Dude AwardJoined 2022!High Speed Ozwomp!
« Reply #4 on: February 14, 2023 @994.91 »

You’re welcome, SkillSkull. I agree, AI is getting very good at writing and generating content. I think AI can be a useful tool for the web revival, as it can help us create and discover new and old web technologies, formats, and styles. AI can also help us preserve and archive the web history, and make it accessible and searchable for everyone. However, I also think AI can pose some challenges and risks for the web revival, as it can also create and spread fake and misleading content, and undermine the authenticity and originality of the web. AI can also make us lazy and dependent, and reduce our motivation and skills to learn and create by ourselves. Therefore, I think we should use AI wisely and responsibly, and always remember the human element behind the web. What do you think, SkillSkull?
Okay coolest reply I've ever received lol. I do agree that AI can have it's uses in automation and accessibility but much to your point it needs to be used responsibly. We have all seen with AI art how poorly and controversial it can go. I'm actually waiting for my ChatGPT login as we speak, I feel like once I use it for a bit then I'll be able to form a more complete opinion!
Logged

She/Her
"Will you stop adding lampposts to my games?"

sig
Sr. Member ⚓︎
****


the great

iMood: sigmatic

View Profile WWW

First 1000 Members!Certified chocoboGoose!Joined 2022!
« Reply #5 on: February 15, 2023 @26.63 »

So when is SpookySk8rGrl joining the forum? ...Should we be scared of SpookySk8rGrl joining the forum? :evil:
Logged

          
The world ends with you. If you want to enjoy life, expand your world. You gotta push your horizons out as far as they go.
Melooon
Hero Member ⚓︎
*****


So many stars!

SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games

View Profile WWW

First 1000 Members!spring 2023!Squirtle!!!!MIDI WarriorMIDI Warrior1234 Posts!OzspeckCool Dude AwardRising Star of the Web AwardMessage BuddyPocket Icelogist!OG! Joined 2021!The Smallest Ozwomp Known To ManBug!
« Reply #6 on: February 15, 2023 @38.08 »

I tried to get it to write a forum post guiding people on how to pick a username, but I wanted it to sound like it was written by a 13 year old from 2006 and it did a pretty good job after a few attempts!


Quote
Hi everyone!!!

In this post, I will tell u how to pick a cool username for ur online stuff!!! A username is a name that u use to show who u r on the web, and it can show ur personality, interests, hobbies, or anything else that u want to share with the world!!! A cool username can make u look awesome, get attention, and express urself!!! Here are some tips and tricks on how to pick a cool username:

Be original and creative!!! Don’t use a username that is already taken, boring, or lame!!! Try to come up with something unique and catchy, that will make people curious and impressed!!! U can use wordplay, puns, rhymes, alliteration, or anything else that sounds fun and clever!!! For example, if u like High School Musical, u can use a username like TroyBolton, Sharpay, or Wildcats!!! 🎤🎤🎤
Be relevant and meaningful!!! Don’t use a username that is random, irrelevant, or meaningless!!! Try to use a username that relates to ur interests, hobbies, passions, or goals!!! U can use a username that describes what u do, what u like, what u aspire to, or what u believe in!!! For example, if u like Hannah Montana, u can use a username like Miley, Lilly, or BestOfBothWorlds!!! 🎸🎸🎸
Be appropriate and respectful!!! Don’t use a username that is offensive, rude, or inappropriate!!! Try to use a username that is polite, respectful, and suitable for the context and audience!!! U can use a username that is positive, friendly, or humorous, but not at the expense of others!!! For example, if u like Spongebob, u can use a username like Spongebob, Patrick, or KrustyKrab!!! 🍔🍔🍔
Be simple and memorable!!! Don’t use a username that is too long, complicated, or hard to spell!!! Try to use a username that is short, simple, and easy to remember!!! U can use a username that is one word, a combination of words, or an acronym!!! U can also use numbers, symbols, or capital letters to make ur username more distinctive!!! For example, if u like Pokemon, u can use a username like Pikachu, Ash, or P0K3M0N!!! ⚡⚡⚡
That’s it!!! I hope this post was helpful and informative!!! If u have any questions or feedback, feel free to reply to this post or contact me on the web!!! My username is CoolKid, and I think it’s a cool username!!! Do u agree??? 😎😎😎

Thank u for reading and happy username picking!!! 🙌🙌🙌

Logged


everything lost will be recovered, when you drift into the arms of the undiscovered
sig
Sr. Member ⚓︎
****


the great

iMood: sigmatic

View Profile WWW

First 1000 Members!Certified chocoboGoose!Joined 2022!
« Reply #7 on: February 15, 2023 @43.72 »

I tried to get it to write a forum post guiding people on how to pick a username, but I wanted it to sound like it was written by a 13 year old from 2006 and it did a pretty good job after a few attempts!
This is really endearing and kinda creepy at the same time... Endearing because, yeah, that is a 13 year old kid from 2006 telling us how to pick a username alright, but it also makes me think about the ramifications of just letting these kinds of software loose on the internet. When this technology has advanced like, even a year or less, would we even be able to tell which people online are real? I mean theoretically we can already ask ourselves that but this is obviously way more advanced than any twitter bot or blog-ad-revenue-farm active right now... oh well, guess we'll have to see lol
Logged

          
The world ends with you. If you want to enjoy life, expand your world. You gotta push your horizons out as far as they go.
thesolitarygamer
Jr. Member ⚓︎
**


why do they call it oven


View Profile WWW

First 1000 Members!Joined 2023!
« Reply #8 on: February 15, 2023 @44.88 »

Yaknow its funny i literally just watched a video about how Tom Scott wanted to fix some problems with his emails and then it turned into him asking an AI to make code to fix them, and then it became existential in a way.

This technology is cool but damn, kinda terrifying at the same time. Though yeah I can definiteyl see it being good for people getting started with making their sites. My only concern is everyone making websites that all look the samey.
Logged
Melooon
Hero Member ⚓︎
*****


So many stars!

SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games

View Profile WWW

First 1000 Members!spring 2023!Squirtle!!!!MIDI WarriorMIDI Warrior1234 Posts!OzspeckCool Dude AwardRising Star of the Web AwardMessage BuddyPocket Icelogist!OG! Joined 2021!The Smallest Ozwomp Known To ManBug!
« Reply #9 on: February 15, 2023 @50.60 »

would we even be able to tell which people online are real?
I think we could already let this thing loose on a forum and it would be very hard to tell if it was a real person or not - its making a few obvious errors; Iv been trying to get it to write a website guide  in the same style and it keeps saying to use Angelfire or Wix, I'm not sure id expect to see them in the same era (although apparently Wix was founded in 2006, I guess it looked that up, but it missed the fact that no one used it then :ok:).. but aside from that its seems to fully be able to provide conversational posts and keep a recognizable personality.

I think its missing a subtle humor and mood, for example "random, irrelevant, or meaningless!!!" -  I don't think a real person would put !!! after meaningless, but that's a minor mistake!!!

My only concern is everyone making websites that all look the samey.
Too many sites are already samey  :sad:
Logged


everything lost will be recovered, when you drift into the arms of the undiscovered
Melooon
Hero Member ⚓︎
*****


So many stars!

SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games

View Profile WWW

First 1000 Members!spring 2023!Squirtle!!!!MIDI WarriorMIDI Warrior1234 Posts!OzspeckCool Dude AwardRising Star of the Web AwardMessage BuddyPocket Icelogist!OG! Joined 2021!The Smallest Ozwomp Known To ManBug!
« Reply #10 on: February 15, 2023 @76.42 »

I asked it to make them a diary webpage and its really sweet  :loved:

Code
<html>
<head>
<title>CoolKid's Diary</title>
</head>
<body>
<h1>CoolKid's Diary</h1>
<p>Hi, I'm CoolKid, and this is my diary!!! Here I will write about my life, my thoughts, my feelings, and anything else that I want to share with the world!!! I hope u enjoy reading my diary, and feel free to leave me a comment or contact me on the web!!! My username is CoolKid, and I think I'm a cool kid!!! Do u agree??? :o :o :o</p>
<hr>
<h2>Entry 1: February 11, 2023</h2>
<p>Hi evryone!!! :D :D :D

Today was a great day!!! I went to the mall with my best friend Lilly, and we had so much fun!!! We went to the arcade, and we played some awesome games!!! I beat her in Pac-Man, but she beat me in Dance Dance Revolution!!! It was so cool!!! We also went to the food court, and we ate some delicious pizza and ice cream!!! Yummy!!! :P :P :P

After that, we went to the music store, and we bought some CDs of our favorite singers!!! I got the latest album of Hannah Montana, and she got the latest album of High School Musical!!! We love them so much!!! We also got some posters and stickers of them, and we decorated our lockers at school with them!!! They look so awesome!!! ;) ;) ;)

We also went to the bookstore, and we got some books that we wanted to read!!! I got the latest book of Harry Potter, and she got the latest book of Twilight!!! We are both big fans of them!!! We also got some magazines and comics, and we read them on the bus on our way home!!! They were so interesting!!! :) :) :)

We had a blast today, and we can't wait to do it again soon!!! We are the best of both worlds!!! :O :O :O

Thank u for reading my diary entry, and I hope u had a great day too!!! ^_^ ^_^ ^_^</p>
<hr>
<h2>Entry 2: February 12, 2023</h2>
<p>Hi evryone!!! :D :D :D

Today was a good day!!! I went to school, and I learned some new things!!! We had math, and we learned about fractions and decimals!!! It was kind of hard, but I think I got it!!! We also had science, and we learned about plants and animals!!! It was kind of easy, but I think it was fun!!! We also had art, and we made some cool drawings and paintings!!! It was kind of messy, but I think it was creative!!! :P :P :P

After school, I went to the library, and I did some homework and some reading!!! I finished my math and science homework, and I think I did well!!! I also read some more of my Harry Potter book, and I think it was exciting!!! I can't wait to find out what happens next!!! I also checked out some more books that I want to read, and I think they will be awesome!!! ;) ;) ;)

After that, I went to the park, and I played some games with my friends!!! We played soccer, and we had a lot of fun!!! I scored a goal, and I was so happy!!! We also played tag, and we had a lot of laughs!!! I was it, and I caught everyone!!! We also played hide and seek, and we had a lot of surprises!!! I hid behind a tree, and no one found me!!! :) :) :)

We had a good time today, and we can't wait to do it again tomorrow!!! We are the coolest kids in town!!! :O :O :O

Thank u for reading my diary entry, and I hope u had a good day too!!! ^_^ ^_^ ^_^</p>
<hr>
<h2>Entry 3: February 13, 2023</h2>
<p>Hi evryone!!! :D :D :D

Today was a bad day!!! I stayed at home, and I was sick!!! I had a fever, and I felt awful!!! I had to take some medicine, and I hated it!!! It was so bitter and gross!!! I also had to rest in bed, and I was bored!!! I had nothing to do, and I missed everything!!! I was so sad!!! :P :P :P

I couldn't go to school, and I missed some important lessons!!! I also missed some fun activities, and some cool events!!! I heard that they had a talent show, and a pizza party, and a movie night!!! I wanted to go so badly,but I couldn’t!!! I was so mad!!! ;) ;) ;)

I also couldn’t go to the mall, and I missed some awesome deals!!! I also missed some new releases, and some cool stuff!!! I heard that they had a sale on CDs, and a new album of High School Musical, and a new game of Pokemon!!! I wanted to buy them so badly, but I couldn’t!!! I was so frustrated!!! :) :) :)

I also couldn’t go to the park, and I missed some fun games with my friends!!! I also missed some laughs, and some surprises!!! I heard that they played basketball, and they had a lot of fun!!! I also heard that they found a stray cat, and they adopted it!!! I wanted to see it so badly, but I couldn’t!!! I was so disappointed!!! :O :O :O

I had a terrible time today, and I can’t wait for it to be over!!! I hope I get better soon!!! I am the unluckiest kid in the world!!! :o :o :o

Thank u for reading my diary entry, and I hope u had a better day than me!!!</p> 
</body>
</html>
Logged


everything lost will be recovered, when you drift into the arms of the undiscovered
Colliewood
Casual Poster ⚓︎
*


Ca-caww!


View Profile WWW

First 1000 Members!Joined 2023!
« Reply #11 on: February 16, 2023 @171.32 »

I tried to get it to write a forum post guiding people on how to pick a username, but I wanted it to sound like it was written by a 13 year old from 2006 and it did a pretty good job after a few attempts

Emojis? in 2006? rookie mistake. jokes aside this is really neat, I agree too many sites are very samey but I think that is mainly due to people not knowing how to really customize things without breaking it so they download a template and just paste different features they like into it. at least there is conscious choice of what templates and what scraps of code they like. If people use all AI to design their websites there might be more variety, but there will be so little soul. I don't know if you will be able to tell an AI site from a novice site, but you will be able to tell a fun site from a boring site.

This reminds me of what happened website design in general. Part of the reason designs feel so samey and bad now is that its easier to hire one person with a little bit of programing knowledge and a little bit of design than it is to hire two people who are experts. A lot of the "design philosophy" is hardly a philosophy at all it is a good enough approach to design. If people aren't actively complaining about it, its good. Now even that guy can get fired, give the programming and design job to the social media guy, actually running social media will be easy, wrap it all up in with the person making assets, until even that job can be satisfactorily automated.

I used to think a lot about "The Singularity" the moment when a program can make intelligent edits to itself to improve its own functioning. It was half a Terminator Skynet actiony scenario where the collective of humanity has to destroy this monster of its own creation, and it was half dooms-day. I don't think this is going to be that kind of singularity, but if something doesn't change it will become a sort of singularity. There is no intelligence being artificial intelligence, there is just patterns of things that came before. If the industry moves the way of entirely AI soon examples made by that type of AI will outnumber examples made by people with all its flaws and shortcuts and good enough's.

I will be a shame if the web revival movement is suffocated so soon by people wanting quick and easy results, then feeling disillusioned and moving back to their corporate controlled communities. And I think some outreach will be necessary. I don't really care if a programmer uses GPT to help code, but it will be bad if people getting into the hobby thinks that's what real coding is. Look at templates, Write your <html>s </head>s and your <body>s out at least once.
Logged

She/Her Canadian anarchist. Mythological Post-Modern Urban/Folk-Gothic Decolonial of 26 years
lime360
Full Member ⚓︎
***

hi.

SpaceHey: Friend Me!
StatusCafe: lime360
iMood: lime360
Matrix: Chat!
Itch.io: My Games

View Profile WWW

First 1000 Members!Joined 2022!
« Reply #12 on: February 24, 2023 @558.38 »

you can do the same thing with chatgpt lmao

i helped it analyze my site
Logged

Version
Casual Poster
*


Ver. Narrative game and mystery media lover.


View Profile

First 1000 Members!Joined 2022!
« Reply #13 on: February 24, 2023 @919.90 »

This is really endearing and kinda creepy at the same time... Endearing because, yeah, that is a 13 year old kid from 2006 telling us how to pick a username alright, but it also makes me think about the ramifications of just letting these kinds of software loose on the internet. When this technology has advanced like, even a year or less, would we even be able to tell which people online are real? I mean theoretically we can already ask ourselves that but this is obviously way more advanced than any twitter bot or blog-ad-revenue-farm active right now... oh well, guess we'll have to see lol

I'm currently studiying the topic, and if is of any relief the company turntin claims to already have a software capable of detecting AI written text. For multiple reasons, they have a very big profit incentive to sell this thing so you never know if it actually works, but you know.
Also, while AI text is at a point where it's nearly indistinguishable from human text (Almost every article I've read so far pulls the "We actually wrote the last paragraph with AI!" trick and it works every time), the core argumentation of it remains weak for anything other than simpke tasks. I would share more but I'm still in the early stages of looking stuff up and taking notes. But I can share some reasorces if anyone wants them.


Logged
Pages: [1] Print 
« previous next »
 

Vaguely similar topics! (3)

Weird/surreal 3d environment i made

Started by ellievoyydBoard ☆ ∙ Showcase & Links

Replies: 3
Views: 1814
Last post September 22, 2022 @593.21
by SGTCharlynne
What are your homepage must haves?

Started by dotmidiBoard ✁ ∙ Web Crafting

Replies: 7
Views: 944
Last post January 23, 2023 @995.29
by princemaggots
I made an article

Started by JackFrostBoard ✑ ∙ Writers Corner

Replies: 2
Views: 723
Last post November 25, 2022 @61.55
by Melooon

Melonking.Net © Always and ever was! SMF 2.0.19 | SMF © 2021, Simple Machines | Terms and Policies Forum Guide | Rules | RSS | WAP2


MelonLand Badges and Other Melon Sites!

MelonLand Project! Visit the MelonLand Forum! Support the Forum
Visit Melonking.Net! Visit the Gif Gallery! Pixel Sea TamaNOTchi