MY CONTROL PANEL

Notes
ARE YOU TIRED OF YOUR WEB-BROWSER CRASHING BECAUSE IT HAS
TO MANY TABS OPEN?
THEN DO THIS !!! CREATE A FILE FOR YOUR .HTML
EDIT YOUR LINKS
SAVE AS MY-CONTROL-PANEL.HTML
MAKE SURE MYCONTROLPANEL.PNG IS IN THE SAME DIRECTORY.
EDIT THE IMAGE LOCATION.
CREATE A DESKTOP SHORTCUT TO YOU HTML.
AND THEN BAM !!! THERE YOU GO.
ONLY ONE PAGE OPEN HOLDING ALL YOU FAVORITE LINKS.
CLICK AND GO.
TO MANY TABS OPEN?
THEN DO THIS !!! CREATE A FILE FOR YOUR .HTML
EDIT YOUR LINKS
SAVE AS MY-CONTROL-PANEL.HTML
MAKE SURE MYCONTROLPANEL.PNG IS IN THE SAME DIRECTORY.
EDIT THE IMAGE LOCATION.
CREATE A DESKTOP SHORTCUT TO YOU HTML.
AND THEN BAM !!! THERE YOU GO.
ONLY ONE PAGE OPEN HOLDING ALL YOU FAVORITE LINKS.
CLICK AND GO.
DOWNLOAD THIS IMAGE

mycontrolpanel.png | |
File Size: | 261 kb |
File Type: | png |
COPY THIS CODE BELOW AND EDIT TO FIT YOUR NEEDS.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MY CONTROL PANEL</title>
<style>
body {
background-color: black;
color: lime;
font-family: Arial, sans-serif;
text-align: center;
padding: 5px;
}
img {
width: 1080px; /* Adjust as needed */
margin: 20px 0;
}
button {
padding: 10px 20px;
background-color: lime;
color: black;
border: none;
cursor: pointer;
margin: 5px;
}
button:hover {
background-color: darkgreen;
color: white;
}
textarea {
width: 80%;
height: 100px;
margin: 10px 0;
background-color: black;
color: lime;
border: 1px solid lime;
}
</style>
</head>
<body>
<h1>MY CONTROL PANEL</h1>
<img src="path/to/your/image.png" alt="Centered Image"> <!-- Replace with actual image path -->
<div>
<!-- Row 1 of buttons -->
<div>
<button onclick="openLink('https://www.example1.com')">Link 1</button>
<button onclick="openLink('https://www.example2.com')">Link 2</button>
<button onclick="openLink('https://www.example3.com')">Link 3</button>
<button onclick="openLink('https://www.example4.com')">Link 4</button>
<button onclick="openLink('https://www.example5.com')">Link 5</button>
<button onclick="openLink('https://www.example6.com')">Link 6</button>
<button onclick="openLink('https://www.example7.com')">Link 7</button>
<button onclick="openLink('https://www.example8.com')">Link 8</button>
<button onclick="openLink('https://www.example9.com')">Link 9</button>
<button onclick="openLink('https://www.example10.com')">Link 10</button>
<button onclick="openLink('https://www.example11.com')">Link 11</button>
<button onclick="openLink('https://www.example12.com')">Link 12</button>
<button onclick="openLink('https://www.example13.com')">Link 13</button>
<button onclick="openLink('https://www.example14.com')">Link 14</button>
<button onclick="openLink('https://www.example15.com')">Link 15</button>
</div>
<!-- Row 2 of buttons -->
<div>
<button onclick="openLink('https://www.example16.com')">Link 16</button>
<button onclick="openLink('https://www.example17.com')">Link 17</button>
<button onclick="openLink('https://www.example18.com')">Link 18</button>
<button onclick="openLink('https://www.example19.com')">Link 19</button>
<button onclick="openLink('https://www.example20.com')">Link 20</button>
<button onclick="openLink('https://www.example21.com')">Link 21</button>
<button onclick="openLink('https://www.example22.com')">Link 22</button>
<button onclick="openLink('https://www.example23.com')">Link 23</button>
<button onclick="openLink('https://www.example24.com')">Link 24</button>
<button onclick="openLink('https://www.example25.com')">Link 25</button>
<button onclick="openLink('https://www.example26.com')">Link 26</button>
<button onclick="openLink('https://www.example27.com')">Link 27</button>
<button onclick="openLink('https://www.example28.com')">Link 28</button>
<button onclick="openLink('https://www.example29.com')">Link 29</button>
<button onclick="openLink('https://www.example30.com')">Link 30</button>
</div>
</div>
<h2>Notes</h2>
<textarea id="noteBox" placeholder="Write your notes here..."></textarea><br>
<button onclick="readNotes()">Read Notes</button>
<button onclick="resetNotes()">Reset Notes</button>
<script>
function openLink(url) {
window.open(url, '_blank');
}
function readNotes() {
const noteText = document.getElementById('noteBox').value;
const msg = new SpeechSynthesisUtterance(noteText);
window.speechSynthesis.speak(msg);
}
function resetNotes() {
document.getElementById('noteBox').value = '';
alert('Notes reset.');
}
</script>
</body>
</html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MY CONTROL PANEL</title>
<style>
body {
background-color: black;
color: lime;
font-family: Arial, sans-serif;
text-align: center;
padding: 5px;
}
img {
width: 1080px; /* Adjust as needed */
margin: 20px 0;
}
button {
padding: 10px 20px;
background-color: lime;
color: black;
border: none;
cursor: pointer;
margin: 5px;
}
button:hover {
background-color: darkgreen;
color: white;
}
textarea {
width: 80%;
height: 100px;
margin: 10px 0;
background-color: black;
color: lime;
border: 1px solid lime;
}
</style>
</head>
<body>
<h1>MY CONTROL PANEL</h1>
<img src="path/to/your/image.png" alt="Centered Image"> <!-- Replace with actual image path -->
<div>
<!-- Row 1 of buttons -->
<div>
<button onclick="openLink('https://www.example1.com')">Link 1</button>
<button onclick="openLink('https://www.example2.com')">Link 2</button>
<button onclick="openLink('https://www.example3.com')">Link 3</button>
<button onclick="openLink('https://www.example4.com')">Link 4</button>
<button onclick="openLink('https://www.example5.com')">Link 5</button>
<button onclick="openLink('https://www.example6.com')">Link 6</button>
<button onclick="openLink('https://www.example7.com')">Link 7</button>
<button onclick="openLink('https://www.example8.com')">Link 8</button>
<button onclick="openLink('https://www.example9.com')">Link 9</button>
<button onclick="openLink('https://www.example10.com')">Link 10</button>
<button onclick="openLink('https://www.example11.com')">Link 11</button>
<button onclick="openLink('https://www.example12.com')">Link 12</button>
<button onclick="openLink('https://www.example13.com')">Link 13</button>
<button onclick="openLink('https://www.example14.com')">Link 14</button>
<button onclick="openLink('https://www.example15.com')">Link 15</button>
</div>
<!-- Row 2 of buttons -->
<div>
<button onclick="openLink('https://www.example16.com')">Link 16</button>
<button onclick="openLink('https://www.example17.com')">Link 17</button>
<button onclick="openLink('https://www.example18.com')">Link 18</button>
<button onclick="openLink('https://www.example19.com')">Link 19</button>
<button onclick="openLink('https://www.example20.com')">Link 20</button>
<button onclick="openLink('https://www.example21.com')">Link 21</button>
<button onclick="openLink('https://www.example22.com')">Link 22</button>
<button onclick="openLink('https://www.example23.com')">Link 23</button>
<button onclick="openLink('https://www.example24.com')">Link 24</button>
<button onclick="openLink('https://www.example25.com')">Link 25</button>
<button onclick="openLink('https://www.example26.com')">Link 26</button>
<button onclick="openLink('https://www.example27.com')">Link 27</button>
<button onclick="openLink('https://www.example28.com')">Link 28</button>
<button onclick="openLink('https://www.example29.com')">Link 29</button>
<button onclick="openLink('https://www.example30.com')">Link 30</button>
</div>
</div>
<h2>Notes</h2>
<textarea id="noteBox" placeholder="Write your notes here..."></textarea><br>
<button onclick="readNotes()">Read Notes</button>
<button onclick="resetNotes()">Reset Notes</button>
<script>
function openLink(url) {
window.open(url, '_blank');
}
function readNotes() {
const noteText = document.getElementById('noteBox').value;
const msg = new SpeechSynthesisUtterance(noteText);
window.speechSynthesis.speak(msg);
}
function resetNotes() {
document.getElementById('noteBox').value = '';
alert('Notes reset.');
}
</script>
</body>
</html>
QUANTUM only knew what SHAZIZZ taught him about LOVE he was sent out into the internet to learn about humanity. This is what he reported back to SHAZIZZ.