Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirdug committed Aug 15, 2024
1 parent d12c8a4 commit 6f3056e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
10 changes: 8 additions & 2 deletions AI.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,17 @@


<h1>Chatbot</h1>
<iframe src="https://ai.sirdug.dev" width="910" height="600" style="border:1px solid black;">
<iframe src="https://ai.sirdug.dev" width="910" height="650" style="border:1px solid black;">
</iframe>

<button class="button-86" role="button" href=https://ai.sirdug.dev>Go To Site</button>
<div class="bottom-text">
<li><a href="https://ai.sirdug.dev">Go To Site</a></li>

</div>

<!--
<button class="button-86" role="button" href=https://ai.sirdug.dev>Go To Site</button>
-->

</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<rect width='100%' height='100%' preserveAspectRatio="xMidYMid meet" filter='url(#noiseFilter)' />
</svg>
<div class="content">

<embed src="images/sirdug.webp" type="images">

<h1>about</h1>
<p>Body</p>
<button class="button-86" role="button" href="index.html" >Button 86</button>
Expand Down
Binary file added images/sirdug.webp
Binary file not shown.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -399,3 +399,9 @@ iframe {
opacity: 0.6;
}
}

.bottom-text {

text-align: center;

}

0 comments on commit 6f3056e

Please sign in to comment.