14 lines
767 B
HTML
14 lines
767 B
HTML
<canvas id = "canvas" width = "300" height = "300">Canvas</canvas>
|
|
|
|
<section id = "kaufen" onclick = kaufen('User')><center><h1>Kaufen</h1></center></section>
|
|
|
|
<section id = "aktuelleAuktion">aktuelle Auktion</section>
|
|
<section id = "naechsteAuktion">nächste Auktion</section>
|
|
<section id = "letzteAuktion">letzte Auktion</section>
|
|
|
|
<section id = "simManager">
|
|
<p><button id = "bot1Button" class = "botButtonInactiveStyle" onclick = botStart(1)>Bot 1</button></p>
|
|
<p><button id = "bot2Button" class = "botButtonInactiveStyle" onclick = botStart(2)>Bot 2</button></p>
|
|
<p><button onclick = viewChargenubersicht()>Chargen-Manager</button></p>
|
|
<p><button onclick = viewLogfile()>Log-Files</button></p>
|
|
</section> |