Updated Keywords

This commit is contained in:
TheEmeraldStarr 2020-10-20 03:53:44 +00:00
parent e3d57ac074
commit fd9ee71542
2 changed files with 21 additions and 13 deletions

View file

@ -229,6 +229,14 @@
<div>
<h2>Ho&#8203;ly Un&#8203;bl&#8203;oc&#8203;ker Ga&#8203;mes</h2>
<h4>The list of ga&#8203;mes you can play on here!</h4>
<div class="responsive">
<div class="gallery">
<a target="_blank" href="/vibeOS/index.html">
<img src="" alt="vi&#8203;beOS" width="600" height="400">
</a>
<div class="desc">vib&#8203;eOS is a Jav&#8203;aScript based Desk&#8203;top Envior&#8203;nment that runs in your brow&#8203;ser. It can run applications made in JavaScr&#8203;ipt using our custom Constru&#8203;ctor or l&#8203;oad we&#8203;b applic&#8203;ations with our WebVie&#8203;w soulution.</div>
</div>
</div>
<div class="responsive">
<div class="gallery">
<a target="_blank" href="./archive/g/krunker/index.html">

View file

@ -16,7 +16,7 @@
<body>
<header>
<h1>Gameboy Emulator</h1>
<h1>Gam&#8203;eboy Emul&#8203;ator</h1>
</header>
<div id="container">
@ -28,17 +28,17 @@
<button onclick="g.pause(false);">Run</button>
</p>
<p class="commands">
<label><input id="sound-enable" type="checkbox" onchange="g.setSoundEnabled(this.checked);"/> Enable sound (experimental)</label>
<label><input id="sound-enable" type="checkbox" onchange="g.setSoundEnabled(this.checked);" /> Enable sound (experimental)</label>
</p>
<p class="commands">
<label>
Screen zoom
<select id="screen-zoom" onchange="g.setScreenZoom(this.value);">
<option value="1">Small</option>
<option value="2">Medium</option>
<option value="3">Large</option>
</select>
</label>
Screen zoom
<select id="screen-zoom" onchange="g.setScreenZoom(this.value);">
<option value="1">Small</option>
<option value="2">Medium</option>
<option value="3">Large</option>
</select>
</label>
</p>
<p>
@ -48,13 +48,13 @@
<div class="rom-section">
<div id="rom-file">
<label>Choose a ROM file on your computer: <input type="file" id="file"/></label>
<label>Choose a R&#8203;M file on your computer: <input type="file" id="file" /></label>
</div>
<div id="rom-drop">
<div id="dropzone">
<p>
Or drop a ROM file here
Or drop a R&#8203;OM file here
</p>
</div>
</div>
@ -65,7 +65,7 @@
<table>
<thead>
<tr>
<th>Gameboy Pad</th>
<th>Gam&#8203;eboy Pad</th>
<th>Keyboard Mapping</th>
</tr>
</thead>
@ -94,7 +94,7 @@
</table>
</div>
<footer>Created by <a href="https://github.com/juchi">@Juchi</a></footer>
<footer>Crea&#8203;ted by <a href="https://github.com/juchi">@Juc&#8203;hi</a></footer>
</div>