16 lines
616 B
Text
16 lines
616 B
Text
|
|
<div class="window" _="on closeModal remove me">
|
||
|
|
<div class="title-bar">
|
||
|
|
<div class="title-bar-text">Command Prompt</div>
|
||
|
|
<div class="title-bar-controls">
|
||
|
|
<button aria-label="Minimize"></button>
|
||
|
|
<button aria-label="Maximize"></button>
|
||
|
|
<button aria-label="Close" _="on click trigger closeModal"></button>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="window-body">
|
||
|
|
<pre>Microsoft❮R❯ Windows DOS
|
||
|
|
❮C❯ Copyright Microsoft Corp 1990-2001.
|
||
|
|
<br>C:\WINDOWS\SYSTEM32> You can build a command line easily with a window and pre tag
|
||
|
|
</pre>
|
||
|
|
</div>
|
||
|
|
</div>
|