Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jan 1, 2025
2 parents 7592df6 + 5a60114 commit ea50159
Show file tree
Hide file tree
Showing 5 changed files with 3,194 additions and 38 deletions.
92 changes: 60 additions & 32 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,61 +8,89 @@
</head>

<body>
<header>
<h1 style="margin-bottom: 0px">nudelsalat</h1>
<p style="margin-top: 0px">by pastagang</p>
</header>
<div class="slots">
<div class="slot" id="slot-1">
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<header>
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<button class="run">▶ Run</button>
</header>
<div class="editor"></div>
</div>
<div class="slot" id="slot-2">
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<header>
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<button class="run">▶ Run</button>
</header>
<div class="editor"></div>
</div>
<div class="slot" id="slot-3">
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<header>
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<button class="run">▶ Run</button>
</header>
<div class="editor"></div>
</div>
<div class="slot" id="slot-4">
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<header>
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<button class="run">▶ Run</button>
</header>
<div class="editor"></div>
</div>
<div class="slot" id="slot-5">
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<header>
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<button class="run">▶ Run</button>
</header>
<div class="editor"></div>
</div>
<div class="slot" id="slot-6">
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<header>
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<button class="run">▶ Run</button>
</header>
<div class="editor"></div>
</div>
<div class="slot" id="slot-7">
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<header>
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<button class="run">▶ Run</button>
</header>
<div class="editor"></div>
</div>
<div class="slot" id="slot-8">
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<header>
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
</select>
<button class="run">▶ Run</button>
</header>
<div class="editor"></div>
</div>
</div>
Expand Down
Loading

0 comments on commit ea50159

Please sign in to comment.