forked from Skynet/wiki
cix: lack of css and iamges
This commit is contained in:
parent
d294ae428b
commit
5441eba5bc
8 changed files with 7 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en-ie">
|
<html lang="en-ie">
|
||||||
<head>
|
<head>
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
<link href="../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
<link href="../wiki/images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
||||||
<link href="../../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
<link href="../../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
||||||
<link href="../templates/index.css" rel="stylesheet" type="text/css"/>
|
<link href="../templates/index.css" rel="stylesheet" type="text/css"/>
|
||||||
<link href="../../templates/index.css" rel="stylesheet" type="text/css"/>
|
<link href="../../templates/index.css" rel="stylesheet" type="text/css"/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: #008B8B url(../images/backgroundsharkycoin.png);
|
background: #008B8B url(../wiki/images/backgroundsharkycoin.png);
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang='en'>
|
<html lang='en'>
|
||||||
<head>
|
<head>
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
<link href="../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
<link href="../wiki/images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
||||||
<link href="../../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
<link href="../../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
||||||
|
|
||||||
<!-- for code formatting -->
|
<!-- for code formatting -->
|
||||||
|
|
|
@ -2,13 +2,11 @@
|
||||||
<html lang="en-ie">
|
<html lang="en-ie">
|
||||||
<head>
|
<head>
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
<link href="../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
<link href="../wiki/images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
||||||
<link href="../../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
<link href="../../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
||||||
<link href="../templates/index.css" rel="stylesheet" type="text/css"/>
|
<link href="../templates/index.css" rel="stylesheet" type="text/css"/>
|
||||||
<link href="../../templates/index.css" rel="stylesheet" type="text/css"/>
|
<link href="../../templates/index.css" rel="stylesheet" type="text/css"/>
|
||||||
|
|
||||||
https://discord.skynet.ie
|
|
||||||
|
|
||||||
<!-- for code formatting -->
|
<!-- for code formatting -->
|
||||||
<link rel="stylesheet" href="../templates/hybrid.min.css">
|
<link rel="stylesheet" href="../templates/hybrid.min.css">
|
||||||
<link rel="stylesheet" href="../../templates/hybrid.min.css">
|
<link rel="stylesheet" href="../../templates/hybrid.min.css">
|
||||||
|
@ -20,7 +18,7 @@
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<header class="page-header">
|
<header class="page-header">
|
||||||
<a href="./" >
|
<a href="./" >
|
||||||
<img alt="Sharky, our mascot" height="81.56" src="../images/sharky.svg" width="145"/>
|
<img alt="Sharky, our mascot" height="81.56" src="../wiki/images/sharky.svg" width="145"/>
|
||||||
</a>
|
</a>
|
||||||
<h1>
|
<h1>
|
||||||
<a href="./" >
|
<a href="./" >
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en-ie">
|
<html lang="en-ie">
|
||||||
<head>
|
<head>
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
<link href="../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
<link href="../wiki/images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
||||||
<link href="../../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
<link href="../../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
||||||
<link href="../templates/index.css" rel="stylesheet" type="text/css"/>
|
<link href="../templates/index.css" rel="stylesheet" type="text/css"/>
|
||||||
<link href="../../templates/index.css" rel="stylesheet" type="text/css"/>
|
<link href="../../templates/index.css" rel="stylesheet" type="text/css"/>
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<header class="page-header">
|
<header class="page-header">
|
||||||
<a href="./" >
|
<a href="./" >
|
||||||
<img alt="Sharky, our mascot" height="81.56" src="../images/sharky.svg" width="145"/>
|
<img alt="Sharky, our mascot" height="81.56" src="../wiki/images/sharky.svg" width="145"/>
|
||||||
</a>
|
</a>
|
||||||
<h1>
|
<h1>
|
||||||
<a href="./" >
|
<a href="./" >
|
||||||
|
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Loading…
Reference in a new issue