- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
Latest commit
22 lines (20 loc) · 629 Bytes
/
Copy pathindex.php
File metadata and controls
22 lines (20 loc) · 629 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="cs">
<head>
<title>Televlnka</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/styles/mainStylesheet.css">
<script src="assets/scripts/index.js"></script>
</head>
<body>
<nav id="mainNav"></nav>
<h1>My totally not placeholder site</h1>
<?php
echo"<p>".date_diff(date_create("2025-02-17"), date_create(date("Y-m-d")))->format("%a dnů")." bez úpravy. Ale doménu mám!</p>";
?>
<div class="image">
<img src="dasenka.jpg" alt="Dášenkaaaaaa :D">
<p>Co teď?</p>
</div>
<script src="assets/scripts/index.tsx"></script>
</body>