-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 954 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Elemental App</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="header">
<div class="logo">
<img src="title.png" alt="Elemental Logo">
</div>
</header>
<div class="content">
<h1>Welcome to Elemental</h1>
<p>Combine elements, race against time, and challenge players worldwide. Download the app now!</p>
<a href="https://apps.apple.com/your-app-link" class="download-button">Download on the App Store</a>
<p class="link-message">For more details, visit our official website:</p>
<a href="https://sites.google.com/synctek.io/elementalapp/" class="official-site-link">Visit Elemental Official Page</a>
</div>
</body>
</html>