Skip to content

Commit 5f6f813

Browse files
committed
page styling fixes
Signed-off-by: Shai Zarka <[email protected]>
1 parent a07e9c8 commit 5f6f813

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

templates/valkey-try-me.html

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{% extends "fullwidth.html" %}
2-
{%- block head -%}
3-
<title>Try Valkey</title>
4-
2+
{% block main_content %}
53
<!-- Scripts -->
64
<script src="https://download.valkey.io/try-me-valkey/vos/v86/libv86.js"></script>
75
<script src="https://download.valkey.io/try-me-valkey/vos/xterm/xterm.min.js"></script>
@@ -11,26 +9,24 @@
119
<!-- Styles -->
1210
<link rel="stylesheet" href="https://download.valkey.io/try-me-valkey/vos/xterm/xterm.css" />
1311
<link rel="stylesheet" href="https://download.valkey.io/try-me-valkey/vos/valkey-try-me.css" />
14-
15-
{%- endblock -%}
16-
{% block main_content %}
17-
<p>This is an in-browser Valkey server and CLI that runs directly within your browser using a V86 emulator, requiring no external installations. </p>
12+
13+
<!-- Body -->
14+
<title>Try Valkey</title>
15+
<p>This is an in-browser Valkey server and CLI that runs directly within your browser using a <a href="https://github.com/copy/v86">V86</a> emulator, requiring no external installations. </p>
1816
<p>Try it out below:</p>
1917
<div id="terminalWrapper" class="container" style="display: none;">
2018
<div id="terminal-container"></div>
2119
</div>
2220
<!-- Warning Section -->
2321
<div id="warningContainer" style="text-align: center; margin-top: 20px;">
24-
<button id="startButton" style="padding: 10px 20px; font-size: 18px; margin-top: 10px;">Load Emulator</button>
22+
<button id="startButton" style="padding: 10px 20px; font-size: 18px; margin-top: 10px; cursor: pointer;">Load Emulator</button>
2523
<p>This emulator will download approximately 50MB of data.</p>
2624
</div>
2725
<!-- Loading Section (Hidden at first) -->
2826
<div id="loadingContainer" style="display: none;">
2927
<p id="progressText">Preparing to load...</p>
3028
<progress id="progressBar" value="0" max="100"></progress>
3129
</div>
32-
33-
3430

3531
<script>
3632
"use strict";

0 commit comments

Comments
 (0)