Added link to the emulator page.
This commit is contained in:
parent
3866ef2b63
commit
6f158d2add
@ -15,7 +15,7 @@
|
||||
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
function menuSwap(itemIndex) {
|
||||
for(var i = 1; i <= 5; i++) {
|
||||
for(var i = 1; i <= 6; i++) {
|
||||
var strItem = "item" + i;
|
||||
var objItem = document.getElementById(strItem);
|
||||
objItem.style.display = (i == itemIndex) ? "block" : "none";
|
||||
@ -60,7 +60,8 @@
|
||||
<a class="button button-primary" href="#" onclick="javascript:menuSwap(2); return false;">Changes</a>
|
||||
<a class="button button-primary" href="#" onclick="javascript:menuSwap(3); return false;">About</a>
|
||||
<a class="button button-primary" href="#" onclick="javascript:menuSwap(4); return false;">Tutorial</a>
|
||||
<a class="button button-primary" href="#" onclick="javascript:menuSwap(5); return false;">Download</a>
|
||||
<a class="button button-primary" href="#" onclick="javascript:menuSwap(5); return false;">Emulator</a>
|
||||
<a class="button button-primary" href="#" onclick="javascript:menuSwap(6); return false;">Download</a>
|
||||
<hr />
|
||||
</div>
|
||||
</div>
|
||||
@ -444,6 +445,26 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="item5" style="display:none;">
|
||||
<div class="row">
|
||||
<div class="twelve columns">
|
||||
<h4>Online PC Emulator</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="twelve columns">
|
||||
You can try <b>Minimal Linux Live</b> directly in your browser. The link below will open new browser window
|
||||
with JavaScript based PC emulator which will run the latest version of Minimal Linux Live. Please be advised
|
||||
that this emulator runs entirely in your browser and therefore it is not very fast.
|
||||
</div>
|
||||
</div>
|
||||
<div style="font-size: 10%;"> </div>
|
||||
<div class="row">
|
||||
<div class="twelve columns">
|
||||
<a target="_blank" href="emulator">Minimal Linux Live - emulator</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="item6" style="display:none;">
|
||||
<div class="row">
|
||||
<div class="twelve columns">
|
||||
<h4>Download Section</h4>
|
||||
|
Loading…
x
Reference in New Issue
Block a user