JSFiddle - React, Tailwind, and code Playground

by BenjaminDietrich

HTML

<!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...