Skip to content

Commit

Permalink
changed vs code repo to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
qrexpy authored Nov 26, 2024
1 parent 6a60d83 commit b2a903a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -955,15 +955,15 @@

<div id="vscode-window" class="window">
<div class="window-header">
<div class="window-title">Visual Studio Code - Stocks Predictor</div>
<div class="window-title">Visual Studio Code</div>
<div class="window-controls">
<div class="window-button window-minimize" onclick="minimizeWindow('vscode-window')"></div>
<div class="window-button window-maximize" onclick="maximizeWindow('vscode-window')"></div>
<div class="window-button window-close" onclick="toggleWindow('vscode-window')"></div>
</div>
</div>
<div class="window-content">
<iframe id="vscode-frame" src="https://github1s.com/unerrored/StocksPredictor"></iframe>
<iframe id="vscode-frame" src="https://github1s.com/qrexpy/ubuntu-portofolio"></iframe>
</div>
</div>

Expand Down

0 comments on commit b2a903a

Please sign in to comment.