added test main page
This commit is contained in:
parent
88e6d0f483
commit
ca126dc80a
19
index.html
Normal file
19
index.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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">
|
||||
|
||||
<script src="./res/script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
yo fuck off
|
||||
<br>
|
||||
<br>
|
||||
<input type="text" id="text_test">
|
||||
<button id="test" onclick="open_panorama()">open</button>
|
||||
</body>
|
||||
</html>
|
4
res/script.js
Normal file
4
res/script.js
Normal file
@ -0,0 +1,4 @@
|
||||
function open_panorama()
|
||||
{
|
||||
open("./res/panorama.html?img=" + document.getElementById("text_test").value, "_self");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user