zamknięte

This commit is contained in:
Adrian Hinz 2022-03-18 20:17:12 +01:00
parent 04c427caf4
commit a947e27641
1 changed files with 6 additions and 6 deletions

View File

@ -31,8 +31,8 @@
<div class="row"> <div class="row">
<div class="col-sm-6 col-sm-offset-3 text-center"> <div class="col-sm-6 col-sm-offset-3 text-center">
<h1 class="text-warning alt-font" style="font-size: 10em;">Zamknięte</h1> <h1 class="text-warning alt-font" style="font-size: 10em;">Zamknięte</h1>
<h2>Sklep nieczynny!</h2> <h2>Sprzedaż wysyłkowa została zakończona!</h2>
<p class="lead">Przepraszamy. Proszę wrócić kiedy indziej.</p> <p class="lead">Zapraszamy do odwiedzenia nas w Rumi. <a href="https://kaktusiarnia.pl">https://kaktusiarnia.pl</a></p>
</div><!-- end col --> </div><!-- end col -->
</div><!-- end row --> </div><!-- end row -->
</div><!-- end container --> </div><!-- end container -->
@ -52,9 +52,9 @@
</footer> </footer>
<!-- end footer --> <!-- end footer -->
<script type="text/javascript"> <script type="text/javascript">
var d = new Date(); var d = new Date();
var n = d.getFullYear(); var n = d.getFullYear();
document.getElementById("year").innerHTML = n; document.getElementById("year").innerHTML = n;
</script> </script>
</body> </body>
</html> </html>