Skip to content

Commit

Permalink
added wip info
Browse files Browse the repository at this point in the history
  • Loading branch information
beProsto committed Aug 8, 2023
1 parent 7b5ebb8 commit 419f4fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<body>
<!-- Basic Structure for a 95-style window -->
<div class="window" min-width="330" min-height="120" >
<div class="window" min-width="330" min-height="140" >
<div class="title">
<b>Encountered Error</b>
<button class="button menu" action="close"><span>X</span></button>
Expand All @@ -28,6 +28,7 @@
</div>
<div class="body">
<p>Internet Explorer cannot open the Internet site</p>
<p>Hi, this website is currently WIP lol ^^</p>
<button class="button"><span>Cancel</span></button>
</div>
</div>
Expand Down

0 comments on commit 419f4fa

Please sign in to comment.