-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 1.81 KB
/
index.html
File metadata and controls
46 lines (46 loc) · 1.81 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon"
href="assets/images/favicon.ico">
<title>Genshin Impact Wiki</title>
</head>
<body>
<div>
<h1>Genshin Impact</h1>
</div>
<div>
<ul>
<li>Home</li>
<li>Characters</li>
<li>Teyvat Guides</li>
<li>Items</li>
</ul>
</div>
<main>
<h2>Welcome to the Genshin Impact Wiki!</h2>
<p><b>Genshin Impact</b> is an open-world, action RPG developed and published by miHoYo for <i>PC, iOS/Android, and PS4/PS5 platforms</i>. The game is <strong> Free-to-Play</strong> with a Gacha monetization system in the form of Wishes. <br>
This wiki is an English resource for information about the Global version of the game. <br>
Check <a href="https://genshin.mihoyo.com/">Official website</a> for more details.</p>
<form action="">
<p>Enter your details for subscribtion to newsfeed:</p><br>
<input type="text"><br>
<input type="email" name="" id=""><br>
<input type="datetime" name="" id=""><br>
<input type="file" name="" id=""><br>
<input type="image" src="" alt=""><br>
<input type="password" name="" id=""><br>
<button>Submit</button>
<button>Cancel</button>
</form>
<p>Checkout this new Character available right now: <br>
<img src="assets/images/Character_Kazuha.png" alt="Kazuha Poster"> </p>
</main>
<footer>
<h6>Resources collected from <a href="https://genshin-impact.fandom.com/">Genshin Impact Fandom</a></h6>
</footer>
</body>
</html>