mirror of
https://github.com/2009scape/2009scape.github.io.git
synced 2024-11-22 02:42:51 +01:00
make footer and include
This commit is contained in:
parent
65e1c3ddfe
commit
90e60f507a
13
_includes/footer.html
Normal file
13
_includes/footer.html
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<div id="footer">
|
||||||
|
<div class="contain">
|
||||||
|
<div class="footerdesc">
|
||||||
|
Copyright © 2022 under AGPL. <strong>2009Scape is not affiliated with RuneScape or Jagex
|
||||||
|
Ltd.</strong><br />
|
||||||
|
Use of our Game's source code is subject to our <a href="/site/terms/terms.html">Terms &
|
||||||
|
Conditions</a> and <a href="/site/privacy/privacy.html">Privacy Policy</a>.<br />
|
||||||
|
</div>
|
||||||
|
<a class="jagexlink" href="" target="_blank">
|
||||||
|
<img src="/site/2009scape-resources/img/branding/logo-footer-dark.png" alt="2009Scape" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
@ -1,6 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
|
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||||
@ -23,6 +24,7 @@
|
|||||||
<link rel="stylesheet" href="/site/2009scape-resources/css/2009scape.css">
|
<link rel="stylesheet" href="/site/2009scape-resources/css/2009scape.css">
|
||||||
<title>2009Scape - {{ page.title }}</title>
|
<title>2009Scape - {{ page.title }}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="navhome" class="bodyBackground">
|
<body id="navhome" class="bodyBackground">
|
||||||
<a name="top"></a>
|
<a name="top"></a>
|
||||||
<div id="scroll">
|
<div id="scroll">
|
||||||
@ -47,23 +49,12 @@
|
|||||||
{% include menu.html %}
|
{% include menu.html %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{{content}}
|
|
||||||
|
|
||||||
<div id="footer">
|
|
||||||
<div class="contain">
|
|
||||||
<div class="footerdesc">
|
|
||||||
Copyright © 2021 under AGPL. <strong>2009Scape is not affiliated with RuneScape or Jagex
|
|
||||||
Ltd.</strong><br />
|
|
||||||
Use of our Game's source code is subject to our <a href="/site/terms/terms.html">Terms &
|
|
||||||
Conditions</a> and <a href="/site/privacy/privacy.html">Privacy Policy</a>.<br />
|
|
||||||
</div>
|
|
||||||
<a class="jagexlink" href="" target="_blank">
|
|
||||||
<img src="/site/2009scape-resources/img/branding/logo-footer-dark.png" alt="2009Scape" />
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
{{content}}
|
||||||
|
|
||||||
|
{% include footer.html %}
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
|
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -30,9 +30,9 @@
|
|||||||
<!-- Formatting to wrap -->
|
<!-- Formatting to wrap -->
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.section {
|
.section {
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<!--2009SCAPE CUSTOM CSS-->
|
<!--2009SCAPE CUSTOM CSS-->
|
||||||
<link rel="stylesheet" href="/site/css/kbase-6.css">
|
<link rel="stylesheet" href="/site/css/kbase-6.css">
|
||||||
<title>2009Scape - {{ page.title }}</title>
|
<title>2009Scape - {{ page.title }}</title>
|
||||||
@ -72,19 +72,7 @@
|
|||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|
||||||
<div id="footer">
|
{% include footer.html %}
|
||||||
<div class="contain">
|
|
||||||
<div class="footerdesc">
|
|
||||||
Copyright © 2021 under AGPL. <strong>2009Scape is not affiliated with RuneScape or Jagex
|
|
||||||
Ltd.</strong><br />
|
|
||||||
Use of our Game's source code is subject to our <a href="/site/terms/terms.html">Terms &
|
|
||||||
Conditions</a> and <a href="/site/privacy/privacy.html">Privacy Policy</a>.<br />
|
|
||||||
</div>
|
|
||||||
<a class="jagexlink" href="" target="_blank">
|
|
||||||
<img src="/site/2009scape-resources/img/branding/logo-footer-dark.png" alt="2009Scape" />
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
|
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
|
||||||
|
@ -66,19 +66,7 @@
|
|||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|
||||||
<div id="footer">
|
{% include footer.html %}
|
||||||
<div class="contain">
|
|
||||||
<div class="footerdesc">
|
|
||||||
Copyright © 2021 under AGPL. <strong>2009Scape is not affiliated with RuneScape or Jagex
|
|
||||||
Ltd.</strong><br />
|
|
||||||
Use of our Game's source code is subject to our <a href="/site/terms/terms.html">Terms &
|
|
||||||
Conditions</a> and <a href="/site/privacy/privacy.html">Privacy Policy</a>.<br />
|
|
||||||
</div>
|
|
||||||
<a class="jagexlink" href="" target="_blank">
|
|
||||||
<img src="/site/2009scape-resources/img/branding/logo-footer-dark.png" alt="2009Scape" />
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
|
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
|
||||||
|
@ -66,19 +66,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
{% include footer.html %}
|
||||||
<div class="contain">
|
|
||||||
<div class="footerdesc">
|
|
||||||
Copyright © 2021 under AGPL. <strong>2009Scape is not affiliated with RuneScape or Jagex
|
|
||||||
Ltd.</strong><br />
|
|
||||||
Use of our Game's source code is subject to our <a href="/site/terms/terms.html">Terms &
|
|
||||||
Conditions</a> and <a href="/site/privacy/privacy.html">Privacy Policy</a>.<br />
|
|
||||||
</div>
|
|
||||||
<a class="jagexlink" href="" target="_blank">
|
|
||||||
<img src="/site/2009scape-resources/img/branding/logo-footer-dark.png" alt="2009Scape" />
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
|
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
|
||||||
|
Loading…
Reference in New Issue
Block a user