Update static/index.html
Browse files- static/index.html +17 -0
static/index.html
CHANGED
|
@@ -1,5 +1,22 @@
|
|
| 1 |
<!doctype html>
|
| 2 |
<html lang="en">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
|
|
| 1 |
<!doctype html>
|
| 2 |
<html lang="en">
|
| 3 |
+
<style>
|
| 4 |
+
:root{
|
| 5 |
+
--paper:#050816!important;
|
| 6 |
+
--card:#0f172a!important;
|
| 7 |
+
--ink:#fff!important;
|
| 8 |
+
--line:#00e5ff!important;
|
| 9 |
+
--learn:#00e5ff!important;
|
| 10 |
+
--act:#7c3aed!important;
|
| 11 |
+
}
|
| 12 |
+
|
| 13 |
+
body{
|
| 14 |
+
background:
|
| 15 |
+
radial-gradient(circle at top left,rgba(0,229,255,.15),transparent 30%),
|
| 16 |
+
radial-gradient(circle at top right,rgba(124,58,237,.15),transparent 30%),
|
| 17 |
+
linear-gradient(135deg,#050816,#0f172a)!important;
|
| 18 |
+
}
|
| 19 |
+
</style>
|
| 20 |
<head>
|
| 21 |
<meta charset="UTF-8" />
|
| 22 |
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|