Skip to content

Commit d4eff9a

Browse files
committed
fix
1 parent 7014336 commit d4eff9a

7 files changed

Lines changed: 30 additions & 26 deletions

File tree

contact/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ <h2>Responsible per § 5 TMG</h2>
4444
</main>
4545
<footer id="pageFooter">
4646
<div>
47-
<span class='copy'>
48-
&copy; 2025 - <strong><span style="color:#f44234;">MainRoute </span>Core</strong> all right reserved By <strong>M Ramzan Ch with ❤</strong><br/>
49-
</span>
47+
<p class='copy'> &copy; 2025-<span id="year">2025</span> all right reserved. <strong><span style="color:#f44234;">MainRoute</span> Core</strong> </p>
48+
<script>
49+
document.getElementById('year').textContent = new Date().getFullYear();
50+
</script>
5051
<nav>
5152
<a href="./">Contact</a>
5253
<a href="/ExtensionsReDev/privacy">Privacy Policy</a>

feedback/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ <h1>Feedback </h1>
3333
</main>
3434
<footer id="pageFooter">
3535
<div>
36-
<span class='copy'>
37-
&copy; 2025 - <strong><span style="color:#f44234;">MainRoute </span>Core</strong> all right reserved By <strong>M Ramzan Ch with ❤</strong><br/>
38-
</span>
36+
<p class='copy'> &copy; 2025-<span id="year">2025</span> all right reserved. <strong><span style="color:#f44234;">MainRoute</span> Core</strong> </p>
37+
<script>
38+
document.getElementById('year').textContent = new Date().getFullYear();
39+
</script>
3940
<nav>
4041
<a href="/ExtensionsReDev/contact/">Contact</a>
4142
<a href="/ExtensionsReDev/privacy">Privacy Policy</a>

index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,10 @@ <h2>Leftside Back</h2>
128128
</main>
129129
<footer id="pageFooter">
130130
<div>
131-
<p class="github">
132-
Learn more about the projects on Github <a href="https://github.com/pro-bandey" rel="noopener" target="_blank" title="Github"></a>
133-
</p>
134-
<span class='copy'>
135-
&copy; 2025 - <strong><span style="color:#f44234;">MainRoute</span> Core</strong> all right reserved By <strong>M Ramzan Ch & <span style="color:#ff9900;">Pro Bandey</span> with ❤</strong><br/>
136-
</span>
131+
<p class='copy'> &copy; 2025-<span id="year">2025</span> all right reserved. <strong><span style="color:#f44234;">MainRoute</span> Core</strong> </p>
132+
<script>
133+
document.getElementById('year').textContent = new Date().getFullYear();
134+
</script>
137135
<nav>
138136
<a href="./contact/">Contact</a>
139137
<a href="./privacy/">Privacy Policy</a>

privacy/bs/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,10 @@ <h3>Stripe</h3>
110110
</main>
111111
<footer id="pageFooter">
112112
<div>
113-
<span class='copy'>
114-
&copy; 2025 - <strong><span style="color:#f44234;">MainRoute </span> Core</strong> all right reserved By <strong>M Ramzan Ch with ❤</strong><br/>
115-
</span>
113+
<p class='copy'> &copy; 2025-<span id="year">2025</span> all right reserved. <strong><span style="color:#f44234;">MainRoute</span> Core</strong> </p>
114+
<script>
115+
document.getElementById('year').textContent = new Date().getFullYear();
116+
</script>
116117
<nav>
117118
<a href="/ExtensionsReDev/contact/">Contact</a>
118119
<a href="/ExtensionsReDev/privacy/">Privacy Policy</a>

privacy/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,13 @@ <h3>Stripe</h3>
123123
</main>
124124
<footer id="pageFooter">
125125
<div>
126-
<span class='copy'>
127-
&copy; 2025 - <strong><span style="color:#f44234;">MainRoute </span>Core</strong> all right reserved By <strong>M Ramzan Ch with ❤</strong><br/>
128-
</span>
126+
<p class='copy'> &copy; 2025-<span id="year">2025</span> all right reserved. <strong><span style="color:#f44234;">MainRoute</span> Core</strong> </p>
127+
<script>
128+
document.getElementById('year').textContent = new Date().getFullYear();
129+
</script>
129130
<nav>
130-
<a href="/contact">Contact</a>
131-
<a href="/privacy">Privacy Policy</a>
131+
<a href="/ExtensionsReDev/contact/">Contact</a>
132+
<a href="/ExtensionsReDev/privacy">Privacy Policy</a>
132133
</nav>
133134
</div>
134135
</footer>

privacy/lsb/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,10 @@ <h3>Stripe</h3>
110110
</main>
111111
<footer id="pageFooter">
112112
<div>
113-
<span class='copy'>
114-
&copy; 2025 - <strong><span style="color:#f44234;">MainRoute </span>Core</strong> all right reserved By <strong>M Ramzan Ch with ❤</strong><br/>
115-
</span>
113+
<p class='copy'> &copy; 2025-<span id="year">2025</span> all right reserved. <strong><span style="color:#f44234;">MainRoute</span> Core</strong> </p>
114+
<script>
115+
document.getElementById('year').textContent = new Date().getFullYear();
116+
</script>
116117
<nav>
117118
<a href="/ExtensionsReDev/contact">Contact</a>
118119
<a href="/ExtensionsReDev/privacy">Privacy Policy</a>

unnstall/bs/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,10 @@ <h2>Feedback</h2>
123123
</main>
124124
<footer id="pageFooter">
125125
<div>
126-
<span class='copy'>
127-
&copy;2017 - 2025 &ensp;<strong>Redeviation</strong>
128-
</span>
126+
<p class='copy'> &copy; 2025-<span id="year">2025</span> all right reserved. <strong><span style="color:#f44234;">MainRoute</span> Core</strong> </p>
127+
<script>
128+
document.getElementById('year').textContent = new Date().getFullYear();
129+
</script>
129130
<nav>
130131
<a href="/contact">Contact</a>
131132
<a href="/privacy">Privacy Policy</a>

0 commit comments

Comments
 (0)