-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
34 lines (28 loc) · 1.4 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Rust-Collection">
<meta property="og:description"
content="Each card in this Collection represents a valuable resource for Rust players. Just like in a trading card game, you can use these cards to enhance your Rust gameplay. Whether you're a seasoned Rust veteran or a newcomer to the game, you'll find something here to elevate your skills and knowledge.">
<meta property="og:image" content="/img/promo/eu_promo.webp">
<meta property="og:url" content="http://www.rust-collection.eu/">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<title>Rust-Collection</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a href="http://www.rust-collection.eu/">
<video controls style="max-width: 100%; height: auto;">
<source src="/video/rust_promo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<p></p>
<img src="img/promo/eu_promo.webp" alt="Beschreibung des Bildes">
</a>
</body>
<script src="js/fourseasons.js"></script>
<script src="js/new_year.js"></script>
</html>