Update index.html

This commit is contained in:
sHa
2025-03-09 22:31:25 +02:00
committed by GitHub
parent d7eddf27c3
commit 00860a8e25

View File

@@ -35,6 +35,10 @@
background: rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.7);
color: white; color: white;
} }
.footer a {
text-decoration: none;
color: white;
}
</style> </style>
</head> </head>
<body> <body>
@@ -45,7 +49,7 @@
<div class="slide" style="background-image: url('wall3.jpg');"></div> <div class="slide" style="background-image: url('wall3.jpg');"></div>
<div class="slide" style="background-image: url('wall4.jpg');"></div> <div class="slide" style="background-image: url('wall4.jpg');"></div>
</div> </div>
<div class="footer">&copy; 2025 <a href="email:headway-appeals-3z@icloud.com">sHa</a></div> <div class="footer">&copy; <a href="email:headway-appeals-3z@icloud.com">sHa</a></div>
</div> </div>
<script> <script>
let index = 0; let index = 0;