new repo link fix

This commit is contained in:
Mestima 2020-12-30 21:12:50 +03:00
parent 9861f55407
commit e9cb1b1734
No known key found for this signature in database
GPG Key ID: 30B59EB1D7F18807
2 changed files with 11 additions and 11 deletions

View File

@ -44,10 +44,10 @@ function PANEL:Draw(dta)
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="https://mestima.github.io/gmod/books/css/default.css" /> <link rel="stylesheet" type="text/css" href="https://mestima.github.io/gBook/css/default.css" />
<link rel="stylesheet" type="text/css" href="https://mestima.github.io/gmod/books/css/bookblock.css" /> <link rel="stylesheet" type="text/css" href="https://mestima.github.io/gBook/css/bookblock.css" />
<link rel="stylesheet" type="text/css" href="https://mestima.github.io/gmod/books/css/style.css" /> <link rel="stylesheet" type="text/css" href="https://mestima.github.io/gBook/css/style.css" />
<script src="https://mestima.github.io/gmod/books/js/modernizr.custom.js"></script> <script src="https://mestima.github.io/gBook/js/modernizr.custom.js"></script>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
@ -76,8 +76,8 @@ function PANEL:Draw(dta)
</div> </div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://mestima.github.io/gmod/books/js/jquerypp.custom.js"></script> <script src="https://mestima.github.io/gBook/js/jquerypp.custom.js"></script>
<script src="https://mestima.github.io/gmod/books/js/jquery.bookblock.min.js"></script> <script src="https://mestima.github.io/gBook/js/jquery.bookblock.min.js"></script>
<script> <script>
var Page = (function() { var Page = (function() {

View File

@ -1,10 +1,10 @@
@font-face { @font-face {
font-family: 'arrows'; font-family: 'arrows';
src:url('https://mestima.github.io/gmod/books/fonts/arrows.eot'); src:url('https://mestima.github.io/gBook/fonts/arrows.eot');
src:url('https://mestima.github.io/gmod/books/fonts/arrows.eot?#iefix') format('embedded-opentype'), src:url('https://mestima.github.io/gBook/fonts/arrows.eot?#iefix') format('embedded-opentype'),
url('https://mestima.github.io/gmod/books/fonts/arrows.woff') format('woff'), url('https://mestima.github.io/gBook/fonts/arrows.woff') format('woff'),
url('https://mestima.github.io/gmod/books/fonts/arrows.ttf') format('truetype'), url('https://mestima.github.io/gBook/fonts/arrows.ttf') format('truetype'),
url('https://mestima.github.io/gmod/books/fonts/arrows.svg#arrows') format('svg'); url('https://mestima.github.io/gBook/fonts/arrows.svg#arrows') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }