Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Update salam-online.html
Browse files Browse the repository at this point in the history
BaseMax authored Sep 9, 2024
1 parent 4e79b15 commit ca50e5e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions salam-online.html
Original file line number Diff line number Diff line change
@@ -15,12 +15,13 @@
</head>
<body>
<header>
<button id="execute" disabled="true">اجرا</button>
<a href="https://github.com/SalamLang/Salam-Desktop/raw/main/salam-windows.exe" download="salam-salam.exe" id="download">دانلود نرم افزار</a>
<button class="execute" disabled="true">اجرا</button>
<a href="https://github.com/SalamLang/Salam-Desktop/raw/main/salam-windows.exe" download="salam-salam.exe" class="download">دانلود نرم افزار</a>
</header>
<textarea id="code"></textarea>
<iframe></iframe>
<pre></pre>
<textarea class="code"></textarea>
<iframe class="iframe"></iframe>
<pre class="output"></pre>
<pre class="error"></pre>

<script src="script/script.js"></script>
</body>

0 comments on commit ca50e5e

Please sign in to comment.