replaced old server ip with new one
This commit is contained in:
parent
aa4958dd2b
commit
20be3d00e7
@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Fabrika Hrádek Tour</title>
|
||||
<link rel="icon" type="image/x-icon" href="http://207.180.212.190/fht/favicon.ico">
|
||||
<link rel="icon" type="image/x-icon" href="http://109.123.243.163/fht/favicon.ico">
|
||||
|
||||
<meta name="author" content="Smejkal, Suljakovic">
|
||||
<meta name="description" content="Průvodce Hrádeckou Fabrikou">
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/x-icon" href="http://207.180.212.190/fht/favicon.ico">
|
||||
<link rel="icon" type="image/x-icon" href="http://109.123.243.163/fht/favicon.ico">
|
||||
|
||||
<meta name="author" content="Smejkal, Suljakovic">
|
||||
<meta name="description" content="Průvodce Hrádeckou Fabrikou">
|
||||
|
4
map.html
4
map.html
@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Fabrika Hrádek Tour</title>
|
||||
<link rel="icon" type="image/x-icon" href="http://207.180.212.190/fht/favicon.ico">
|
||||
<link rel="icon" type="image/x-icon" href="http://109.123.243.163/fht/favicon.ico">
|
||||
|
||||
<meta name="author" content="Smejkal, Suljakovic">
|
||||
<meta name="description" content="Průvodce Hrádeckou Fabrikou">
|
||||
@ -20,7 +20,7 @@
|
||||
<body>
|
||||
<button id="back_button" onclick="move('./index.html', true)">⇽</button>
|
||||
<div class="imgbox">
|
||||
<img class="center-fit" src="http://207.180.212.190/fht/map.jpg" draggable="false" alt="Satelitní snímek železáren">
|
||||
<img class="center-fit" src="http://109.123.243.163/fht/map.jpg" draggable="false" alt="Satelitní snímek železáren">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,6 +1,6 @@
|
||||
body
|
||||
{
|
||||
background: url("http://207.180.212.190/fht/background_downscaled.jpg") no-repeat center center fixed;
|
||||
background: url("http://109.123.243.163/fht/background_downscaled.jpg") no-repeat center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
|
@ -12,7 +12,7 @@ function change_slideshow_img()
|
||||
random_index = Math.floor(Math.random() * buffer.length);
|
||||
} while (buffer[random_index] == last_index);
|
||||
|
||||
document.getElementById("slideshow").src = "http://207.180.212.190/fht/fabrika_imgs/downscaled/" + buffer[random_index] + ".jpg";
|
||||
document.getElementById("slideshow").src = "http://109.123.243.163/fht/fabrika_imgs/downscaled/" + buffer[random_index] + ".jpg";
|
||||
|
||||
if (imgs_index.includes(buffer[random_index]))
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
body
|
||||
{
|
||||
background: url("http://207.180.212.190/fht/fabrika_imgs/downscaled/23.jpg") no-repeat center center fixed;
|
||||
background: url("http://109.123.243.163/fht/fabrika_imgs/downscaled/23.jpg") no-repeat center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/x-icon" href="http://207.180.212.190/fht/favicon.ico">
|
||||
<link rel="icon" type="image/x-icon" href="http://109.123.243.163/fht/favicon.ico">
|
||||
|
||||
<meta name="author" content="Smejkal, Suljakovic">
|
||||
<meta name="description" content="Průvodce Hrádeckou Fabrikou">
|
||||
|
@ -126,6 +126,6 @@ function check_param()
|
||||
open("../index.html", "_self");
|
||||
}
|
||||
|
||||
img_url = 'http://207.180.212.190/fht/fabrika_imgs/downscaled/' + img_url + '.jpg'; //TODO: Change
|
||||
img_url = 'http://109.123.243.163/fht/fabrika_imgs/downscaled/' + img_url + '.jpg'; //TODO: Change
|
||||
if (!x.startsWith(undefined)) ASPECT_RATIO = x / y;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user