forked from scossa/StreamingCommunity
fix
This commit is contained in:
@@ -66,13 +66,13 @@ cat <<- _EOF > /var/www/html/scommunity/index.html
|
||||
|
||||
<div class="link">
|
||||
<h3>Link aggiornato per Streaming Community:</h3>
|
||||
<h1><a href=$giusto>$giusto</a></h1>
|
||||
<h1><a href=$formatted>$formatted</a></h1>
|
||||
<h3>(cambia circa una volta al mese)</h3>
|
||||
</div>
|
||||
|
||||
<br><br>
|
||||
|
||||
<a href=$giusto target="_blank">
|
||||
<a href=$formatted target="_blank">
|
||||
<img style="display:block; margin-left: auto; margin-right: auto" src="./splash.gif">
|
||||
</a>
|
||||
|
||||
@@ -80,7 +80,7 @@ cat <<- _EOF > /var/www/html/scommunity/index.html
|
||||
|
||||
<div class="link">
|
||||
<h3>Link aggiornato per Streaming Community:</h3>
|
||||
<h1><a href=$giusto>$giusto</a></h1>
|
||||
<h1><a href=$formatted>$formatted</a></h1>
|
||||
<h3>(cambia circa una volta al mese)</h3>
|
||||
</div>
|
||||
|
||||
@@ -94,3 +94,4 @@ _EOF
|
||||
|
||||
sudo chown -R www-data:www-data /var/www/html/scommunity ; sudo chmod -R 755 /var/www/html/scommunity
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user