new repo link fix
This commit is contained in:
parent
9861f55407
commit
e9cb1b1734
12
book.lua
12
book.lua
@ -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() {
|
||||||
|
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user