Add logo, rename start-media-server.sh, first release!
This commit is contained in:
parent
829b8990a1
commit
ac34431a12
4 changed files with 299 additions and 6 deletions
13
index.php
13
index.php
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Media Player</title>
|
||||
<title>Freax Web Media Player</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Archivo:wght@300;400;600&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
:root {
|
||||
|
|
@ -150,7 +150,7 @@
|
|||
.tab-btn.active {
|
||||
background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);
|
||||
border-color: var(--accent-primary);
|
||||
color: var(--bg-primary);
|
||||
color: var(--text-primary);
|
||||
font-weight: 700;
|
||||
box-shadow: var(--shadow-glow);
|
||||
}
|
||||
|
|
@ -483,9 +483,9 @@
|
|||
}
|
||||
|
||||
.btn-primary {
|
||||
background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);
|
||||
background: linear-gradient(135deg, #093c31 0%, var(--accent-secondary) 100%);
|
||||
border-color: var(--accent-primary);
|
||||
color: var(--bg-primary);
|
||||
color: var(--text-primary);
|
||||
font-weight: 700;
|
||||
box-shadow: var(--shadow-glow);
|
||||
}
|
||||
|
|
@ -532,8 +532,9 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>Media Player</h1>
|
||||
<div class="subtitle">Your Digital Entertainment Hub</div>
|
||||
<img width="250px" alt="freax penguin logo" src="freaxlogo.png"/>
|
||||
<h1>Freax Web Media Player</h1>
|
||||
<div class="subtitle">Your Digital Entertainment Hub, no bloat, always free, developed by MARKMENTAL</div>
|
||||
</header>
|
||||
|
||||
<div class="main-layout">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue