mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 12:37:23 +00:00
Fixed new changes
This commit is contained in:
parent
4fdaa3d232
commit
fadc13d885
3 changed files with 18 additions and 12 deletions
9
lib/bootstrap/css/bootstrap.min.css
vendored
9
lib/bootstrap/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
7
lib/bootstrap/js/bootstrap.min.js
vendored
Normal file
7
lib/bootstrap/js/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -5,12 +5,12 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<title>LBRY Foundation</title>
|
||||
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/lib/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oxygen">
|
||||
<link rel="stylesheet" href="/assets/fonts/fontawesome-all.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/Article-Clean.css">
|
||||
<link rel="stylesheet" href="/assets/css/index.css">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/lib/fonts/fontawesome-all.min.css">
|
||||
<link rel="stylesheet" href="/lib/css/Article-Clean.css">
|
||||
<link rel="stylesheet" href="/lib/css/index.css">
|
||||
<link rel="stylesheet" href="/lib/css/styles.css">
|
||||
</head>
|
||||
|
||||
<body style="color: rgb(255,255,255);"><!-- navbar -->
|
||||
|
@ -110,8 +110,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/assets/js/jquery.min.js"></script>
|
||||
<script src="/assets/bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="/lib/js/jquery.min.js"></script>
|
||||
<script src="/lib/bootstrap/js/bootstrap.min.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue