-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtyopaikat.html
74 lines (48 loc) · 1.79 KB
/
tyopaikat.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE HTML>
<style>
@media only screen and (max-width: 900px) {
footer {
margin-top: 50px;
}
}
</style>
<html>
<head>
<script src="https://kit.fontawesome.com/1e017f19a0.js" crossorigin="anonymous"></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Refresh" content="1; url='https://docs.google.com/forms/d/e/1FAIpQLSfg8p4K2e2bd_guNV3W__3hmC-jaum0kTM-ksKwDS8il0ZlyQ/viewform?usp=sf_link'" />
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="https://artelokuvaoy.com/favicon.ico">
<title>Art Elokuva OY - Virhe</title>
</head>
<header>
<div id="brand"> <img src="https://artelokuvaoy.com/brand.png" alt="lohi" width="45" height="45"><a href="/">Art Elokuva OY</a></div>
</header>
<body>
<br>
<div class="homecenter" id="homecenter">
<div class="infobox">
<h3 style="text-align: center; padding-top: 170px;">Uudellenohjataan</h3>
<p style="text-align: center; padding-top: 0px;">Selaimesi automaattisesti uudelleenohjataa pian...</p>
<p style="text-align: center; padding-top: 0px;"><a style="color: white;" href="https://docs.google.com/forms/d/e/1FAIpQLSfg8p4K2e2bd_guNV3W__3hmC-jaum0kTM-ksKwDS8il0ZlyQ/viewform?usp=sf_link">Jos mitään ei tapahdu, klikkaa tästä</a></p>
<div class="infoico">
<img src="info.png" style="width: 150px; position:relative; left: 46vw; bottom: 200px;">
</div>
</div>
</div>
<script>
function toggleMobileMenu(menu) {
menu.classList.toggle('open');
}
$(document).ready(function() {
setTimeout(function() {
$('.alert').addClass('active');
}, 2000);
$('.close').click(function() {
$('.alert').removeClass('active');
});
});
</script>
</body>
</html>