Spaces:
Runtime error
Runtime error
Jose Benitez commited on
Commit ·
592b323
1
Parent(s): 3cab306
another up 💄
Browse files- static/html/main_header.html +10 -2
static/html/main_header.html
CHANGED
|
@@ -64,13 +64,21 @@
|
|
| 64 |
text-decoration-color: none;
|
| 65 |
color: white !important;
|
| 66 |
}
|
| 67 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
</style>
|
| 69 |
</head>
|
| 70 |
<body>
|
| 71 |
<header>
|
| 72 |
<div class="header-content">
|
| 73 |
-
<h1>Obtu AI
|
| 74 |
<a class="built-by" href="https://joselo.ai">@joselobenitezg</a>
|
| 75 |
<div class="status">
|
| 76 |
<lord-icon
|
|
|
|
| 64 |
text-decoration-color: none;
|
| 65 |
color: white !important;
|
| 66 |
}
|
| 67 |
+
|
| 68 |
+
.alpha-badge {
|
| 69 |
+
font-size: 0.4em;
|
| 70 |
+
background-color: #007bff;
|
| 71 |
+
color: #ffffff;
|
| 72 |
+
padding: 2px 5px;
|
| 73 |
+
border-radius: 10px;
|
| 74 |
+
vertical-align: super;
|
| 75 |
+
}
|
| 76 |
</style>
|
| 77 |
</head>
|
| 78 |
<body>
|
| 79 |
<header>
|
| 80 |
<div class="header-content">
|
| 81 |
+
<h1>Obtu AI <span class="alpha-badge">Alpha</span></h1>
|
| 82 |
<a class="built-by" href="https://joselo.ai">@joselobenitezg</a>
|
| 83 |
<div class="status">
|
| 84 |
<lord-icon
|