php format

This commit is contained in:
kankys
2024-10-21 21:24:03 +02:00
parent c1f0d0369c
commit fe77e04692
24 changed files with 2558 additions and 2718 deletions

View File

@ -22,7 +22,7 @@
</head>
<body>
<?php require "assets/header.php" ?>
<?php require "assets/header.php" ?>
<main>
<section class="welcome">
<h2>O nás</h2>
@ -65,16 +65,18 @@
rád, když mi napíšeš.
</p>
<p>👉 Taky můžeš tento projekt podpořit pár Satoshi:</p>
<img alt="Satoshi" class="sat" src="https://lukan.cz/wp-content/uploads/2024/03/sat-150x150.jpeg" style="width: 30%; height: auto;"/>
<img alt="Satoshi" class="sat" src="https://lukan.cz/wp-content/uploads/2024/03/sat-150x150.jpeg"
style="width: 30%; height: auto;" />
<p>👉 Nebo přes Paypal:</p>
<img alt="Paypal"
src="https://substackcdn.com/image/fetch/w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fc91bd2-e8d0-4005-845f-ca0f87a1a59e_500x500.png" style="width: 30%;height: auto;" />
src="https://substackcdn.com/image/fetch/w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fc91bd2-e8d0-4005-845f-ca0f87a1a59e_500x500.png"
style="width: 30%;height: auto;" />
<p>Všechny prostředky budou použity na provoz tohoto webu.</p>
</section>
</main>
<?php require "assets/returnbutton.php" ?>
<?php require "assets/footer.php" ?>
<?php require "assets/returnbutton.php" ?>
<?php require "assets/footer.php" ?>
<script src="assets/script.js"></script>
</body>
</html>
</html>