refer to index.html

This commit is contained in:
2025-11-21 14:11:23 +00:00
parent a37e6089a2
commit 07e5245046
5 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
@media print {
.no-print {
display: none !important;
}
}
body {
background-image: linear-gradient(to bottom, aqua, blue);
font-family: "Times New Roman", Times, serif;

View File

@@ -0,0 +1 @@
<a class="no-print" href="/index.html"><h1>Take me back!!!!</h1></a>

View File

@@ -0,0 +1 @@
<a class="no-print" href="/index.html"><h1>Take me back!!!!</h1></a>

View File

@@ -0,0 +1 @@
<a class="no-print" href="/index.html"><h1>Take me back!!!!</h1></a>

View File

@@ -0,0 +1 @@
<a class="no-print" href="/index.html"><h1>Take me back!!!!</h1></a>