temp
This commit is contained in:
parent
27574edc99
commit
3b16383864
10
index.html
10
index.html
@ -7,13 +7,13 @@
|
|||||||
<title>Fabrika Hrádek Tour</title>
|
<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://207.180.212.190/fht/favicon.ico">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="./res/style.css">
|
||||||
<script src="./res/script.js"></script>
|
<script src="./res/script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
yo fuck off
|
<img src="http://207.180.212.190/fht/map.png" usemap="#air_map">
|
||||||
<br>
|
<map name="air_map">
|
||||||
<br>
|
<area shape="circle" coords="100,100,30" href="4.htm" alt="4">
|
||||||
<input type="text" id="text_test">
|
</map>
|
||||||
<button id="test" onclick="open_panorama()">open</button>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
12
res/style.css
Normal file
12
res/style.css
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
img
|
||||||
|
{
|
||||||
|
width: 50%;
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-top: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
area
|
||||||
|
{
|
||||||
|
fill: blue;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user