mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
Feat : Added Head.html
This commit is contained in:
parent
cd69fec567
commit
dfcef2ede9
1 changed files with 18 additions and 0 deletions
18
_includes/head.html
Normal file
18
_includes/head.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<title>LBRY Foundation - Swarm</title>
|
||||
|
||||
<!--TitleBar Icon-->
|
||||
<link rel="shortcut icon" href="../img/small-logo.png" type="image/png">
|
||||
|
||||
<!-- CSS DEPENDENCIES -->
|
||||
<link rel="stylesheet" href="../lib/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../lib/fontawesome/css/all.min.css">
|
||||
<!-- /CSS DEPENDENCIES -->
|
||||
|
||||
<!--CUSTOM CSS-->
|
||||
<link rel="stylesheet" href="../lib/css/index.css">
|
||||
<link rel="stylesheet" href="../lib/css/article.css">
|
||||
<!--/CUSTOM CSS-->
|
||||
</head>
|
Loading…
Add table
Reference in a new issue