This commit is contained in:
Václav Šmejkal 2023-05-28 14:22:48 +02:00
parent 27574edc99
commit 3b16383864
Signed by: ENGO150
GPG Key ID: F6D6DF86242C5A59
2 changed files with 17 additions and 5 deletions

View File

@ -7,13 +7,13 @@
<title>Fabrika Hrádek Tour</title>
<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>
</head>
<body>
yo fuck off
<br>
<br>
<input type="text" id="text_test">
<button id="test" onclick="open_panorama()">open</button>
<img src="http://207.180.212.190/fht/map.png" usemap="#air_map">
<map name="air_map">
<area shape="circle" coords="100,100,30" href="4.htm" alt="4">
</map>
</body>
</html>

12
res/style.css Normal file
View File

@ -0,0 +1,12 @@
img
{
width: 50%;
display: block;
margin-left: auto;
margin-top: auto;
}
area
{
fill: blue;
}