adaptable sched
by frogggeee McFrogggeee
HTML
<h2>
louie's schedule bookmark
</h2>
1. choose your lunches <br><br>
<label for="cars">choose your monday lunch:</label>
<select name="lunches" id="monday">
<option value="0">early lunch</option>
<option value="1">split lunch</option>
<option value="2">late lunch</option>
</select>
<br>
<label for="cars">tuesday lunch:</label>
<select name="lunches" id="tuesday">
<option value="0">early lunch</option>
<option value="1">split lunch</option>
<option value="2">late lunch</option>
</select>
<br>
<label for="cars">wednesday lunch:</label>
<select name="lunches" id="wednesday">
<option value="0">early lunch</option>
<option value="1">split lunch</option>
<option value="2">late lunch</option>
</select>
<br>
<label for="cars">thursday lunch:</label>
<select name="lunches" id="thursday">
<option value="0">early lunch</option>
<option value="1">split lunch</option>
<option value="2">late lunch</option>
</select>
<br>
<label for="cars">friday lunch:</label>
<select name="lunches" id="friday">
<option value="0">early lunch</option>
<option value="1">late lunch</option>
</select>
<br>
<button style="font-size: 20px" onclick=' document.getElementById("text").select();document.execCommand("copy");document.getElementById("link").innerHTML = "Schedule"; document.getElementById("txt").innerHTML = "Drag the link to your bookmarks bar: "'>
done
</button><br>
<a id="txt"></a>
<a id="link"></a>
<textarea id="text" style="opacity: 0; width: 1px; height: 1px;"></textarea>
<script>
function submit() {
let code = ('let...