<!DOCTYPE html>
<html lang="sr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Moja Eksperimentalna Radio Stanica</title>
<style>
body {
margin: 0;
font-family: 'Segoe UI', sans-serif;
background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
color: white;
text-align: center;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
}
h1 {
font-size: 2.5em;
margin-bottom: 10px;
letter-spacing: 1px;
}
p {
max-width: 600px;
margin: 0 auto 25px;
line-height: 1.5;
opacity: 0.9;
}
.player {
background: rgba(255, 255, 255, 0.1);
border-radius: 20px;
padding: 25px;
display: inline-block;
box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}
audio {
width: 100%;
outline: none;
border-radius: 15px;
}
footer {
position: absolute;
bottom: 10px;
width: 100%;
font-size: 0.85em;
color: #ccc;
}
</style>
</head>
<body>
<h1>🎧 Eksperimentalna Radio Stanica</h1>
<p>
Ova radio stanica je kreirana isključivo u eksperimentalne i edukativne svrhe.
Projekat služi za testiranje sistema za internet emitovanje muzike i istraživanje
audio stream tehnologije. Sav sadržaj je namenjen privatnom slušanju bez komercijalne upotrebe.
<