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>
|
||||
<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
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