commit 075de28f0da3aa9e087f859f03248950284f672e Author: santic-zombie Date: Wed Mar 25 18:37:16 2020 +0300 int commit diff --git a/css/style1.css b/css/style1.css new file mode 100644 index 0000000..2ec05c0 --- /dev/null +++ b/css/style1.css @@ -0,0 +1,46 @@ +body { + background-color: rgb(143, 188, 143); +} + +.btn { + width: 100px; + height: 60px; + border-radius: 5px; + border: #f54e4e; + background-color: #f54e4e; + color: #fff; + transition: 0.5s ease all; + outline: none; + cursor: pointer; + text-align: center; + margin: auto; + justify-content : center + +} + +.btn:hover { + color: #f54e4e; + background-color: #fff; +} + +.btn-wrap { + max-width: 250px; + margin: auto; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flex; + display: -o-flex; + display: flex; +} + + +h1 { + text-align: center +} + +DIV { + text-align: center +} + + + diff --git a/index.php b/index.php new file mode 100755 index 0000000..f6b7155 --- /dev/null +++ b/index.php @@ -0,0 +1,107 @@ + + + + + + + + My Test Radio + + + + + + + + +

Just Radio

+ +
+ now playing: + +
+ +
title
+ +
+ +
+ + +
+ +
+ +
+ vol: +
+ +
+ + +
+ +
+ +
+ + + + + + + + diff --git a/trackname.php b/trackname.php new file mode 100755 index 0000000..c1732b9 --- /dev/null +++ b/trackname.php @@ -0,0 +1 @@ +