-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!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="https://raw.githubusercontent.com/NapoII/Rust-Collection/main/img/thumbn.webp"> | ||
<meta property="og:url" content="https://napoii.github.io/Rust-Collection/"> | ||
<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> | ||
<img src="https://raw.githubusercontent.com/NapoII/Rust-Collection/main/img/thumbn.webp" alt="Beschreibung des Bildes"> | ||
</body> | ||
<script src="js/fourseasons.js"></script> | ||
</html> |