61 lines
2.7 KiB
HTML
61 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Kaktusiarnia</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<!--Favicon-->
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
|
|
|
<!-- css files -->
|
|
<link rel="stylesheet" type="text/css" href="/bootstrap_lte.css" />
|
|
|
|
<!-- this is default skin you can replace that with: dark.css, yellow.css, red.css ect -->
|
|
<link id="pagestyle" rel="stylesheet" type="text/css" href="/default.css" />
|
|
|
|
<!-- Google fonts -->
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&subset=latin-ext" rel="stylesheet">
|
|
|
|
</head>
|
|
<body>
|
|
<!-- start section -->
|
|
<section class="section white-backgorund fullscreen">
|
|
<div class="middle">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-6 col-sm-offset-3 text-center">
|
|
<h1 class="text-warning alt-font" style="font-size: 10em;">Zamknięte</h1>
|
|
<h2>Sprzedaż wysyłkowa została zakończona!</h2>
|
|
<p class="lead">Zapraszamy do odwiedzenia nas w Rumi. <a href="https://kaktusiarnia.pl">https://kaktusiarnia.pl</a></p>
|
|
</div><!-- end col -->
|
|
</div><!-- end row -->
|
|
</div><!-- end container -->
|
|
</div><!-- end middle -->
|
|
</section>
|
|
<!-- end section -->
|
|
|
|
<!-- start footer -->
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<div class="row text-center">
|
|
<div class="col-sm-12">
|
|
<p class="text-sm"><strong>Copyright © <span id="year">2018</span> <a href="https://firestorm.pl" target="_blank">FireStorm</a>.</strong> Wszystkie prawa zastrzeżone</p>
|
|
</div><!-- end col -->
|
|
</div><!-- end row -->
|
|
</div><!-- end container -->
|
|
</footer>
|
|
<!-- end footer -->
|
|
<script type="text/javascript">
|
|
var d = new Date();
|
|
var n = d.getFullYear();
|
|
document.getElementById("year").innerHTML = n;
|
|
</script>
|
|
</body>
|
|
</html>
|