Update static/index.html
Browse files- static/index.html +5 -2
static/index.html
CHANGED
|
@@ -3,7 +3,8 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
|
|
|
|
| 7 |
<style>
|
| 8 |
body {
|
| 9 |
background-color: #121212;
|
|
@@ -194,7 +195,9 @@ select {
|
|
| 194 |
color: white; /* Text color */
|
| 195 |
font-size: 16px;
|
| 196 |
}
|
| 197 |
-
|
|
|
|
|
|
|
| 198 |
/* Style for the scale number input */
|
| 199 |
input[type="number"]#scale {
|
| 200 |
padding: 8px;
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.13.11/katex.min.css">
|
| 7 |
+
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100&display=swap" rel="stylesheet">
|
| 8 |
<style>
|
| 9 |
body {
|
| 10 |
background-color: #121212;
|
|
|
|
| 195 |
color: white; /* Text color */
|
| 196 |
font-size: 16px;
|
| 197 |
}
|
| 198 |
+
#version{
|
| 199 |
+
width :60px;
|
| 200 |
+
}
|
| 201 |
/* Style for the scale number input */
|
| 202 |
input[type="number"]#scale {
|
| 203 |
padding: 8px;
|