Skip to content

Commit

Permalink
fix bootstrap resources
Browse files Browse the repository at this point in the history
  • Loading branch information
reymondzzzz authored and mitya52 committed Oct 29, 2024
1 parent cff785d commit 4f3409a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions refact_webgui/webgui/static/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/bootstrap-icons.css">
<link href="https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=Manrope:[email protected]&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ"
crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
rel="stylesheet" integrity="sha384-b6lVK+yci+bfDmaY1u0zE8YYJt0TZxLEAFyYSLHId4xoVvsrQu3INevFKo+Xir8e"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="admin-style.css">
<script src="admin.js" type="module"></script>
<title>Refact Server Login</title>
Expand Down

0 comments on commit 4f3409a

Please sign in to comment.