fixed css img path
This commit is contained in:
parent
928f882aba
commit
919eb20510
@ -9,13 +9,13 @@
|
||||
<title>SlingiT</title>
|
||||
<style>
|
||||
#headbanner {
|
||||
background: url(./api.php?call=files&cat=img&id=headbanner.png) no-repeat;
|
||||
background: url(./files/img/headbanner.png) no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
</style>
|
||||
${css}
|
||||
${js}
|
||||
<link rel="shortcut icon" href="./api.php?call=files&cat=img&id=favicon.png" type="image/x-icon" />
|
||||
<link rel="shortcut icon" href="./files/img/favicon.png" type="image/x-icon" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="modal fade" id="modal_text" style="" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
||||
@ -31,17 +31,6 @@
|
||||
|
||||
<div id="headbanner"></div>
|
||||
<div id="content"></div>
|
||||
<div style="width: 728px; margin: auto;">
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- slingit_front_1 -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:inline-block;width:728px;height:90px"
|
||||
data-ad-client="ca-pub-3504070649672819"
|
||||
data-ad-slot="8870258484"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<a href="#!start(about)" id="about">About</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user