<!DOCTYPE HTML>
<html>
<head>
<link rel="icon"
href="https://play.google.com/store/apps/details?id=tools.incognitovpn.and
roid" type="image/gif" sizes="16x16">
<style>
body {
background-color: #000000;
}
</style>
<font size="10" face="Georgia" color="lime"><h1><b><center>Welcome
to The M_Server</h1></b></center></font>
<font size = "4" face="Georgia" color = "lime">
<p>
You have now enter this M_Server. It was created using Notepad++
using HTML and Java. This program is password protected so you will need
it to run the program. If there are any bugs please tell me about them.
</p>
</font>
</head>
<body>
<button onclick="proceed()"><b>Proceed</b></button>
<p>
<script>
function proceed() {
var p_input = prompt("Please Enter Password");
var p = "sRTgU%&DVW(=63pBD7*$&dFEtV6W/D_R";
if (p_input == p.substring (8 , 16) + p.substring (24, 32)){
var url = prompt ("Password correct!!! Please Insert URL Here");
}
else if(p_input != p.substring (8 , 16) + p.substring (24, 32)){
alert("Sorry Password is Incorrect");
}
var iframe = document.createElement('iframe');
document.body.appendChild(iframe);
iframe.src = url;
iframe.width = '1345';
iframe.height = '600';
}
</script>
</p>
<p>
<font size= "4" face="Georgia" color = "lime">
Another feature of this program is you can listen to your spotify playlist.
</font>
</p>
<button onclick="Spotify()"><b>Load Spotify</b></button>
<script>
function Spotify(){
var p_input = prompt("Please Enter Password");
var p = "sRTgU%&DVW(=63pBD7*$&dFEtV6W/D_R";
if (p_input == p.substring (8 , 16) + p.substring (24, 32)){
var key = prompt ("Password correct!!! Please Keyword");
}
else if(p_input != p.substring (8 , 16) + p.substring (24, 32)){
alert("Sorry Password is Incorrect");
}
if (key = ""){
var Spotify =
}
else{
alert("This Keyword doesn't exist. Please Email me your playlist code
with your keyword")
}
var iframe = document.createElement('Spotify');
document.body.appendChild(iframe);
iframe.src = Spotify;
iframe.width = '300';
iframe.height...
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.