mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
17 lines
425 B
HTML
17 lines
425 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Adam Covered buzerant page</title>
|
|
</head>
|
|
<body>
|
|
<h1>Pavlica je buzerant</h1>
|
|
<iframe src="https://stuzkapage.vercel.app/" style="width:600px; height: 400px;"></iframe>
|
|
<style>
|
|
h1{
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</body>
|
|
</html> |