-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (40 loc) · 2.05 KB
/
index.html
File metadata and controls
48 lines (40 loc) · 2.05 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
47
48
<!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">
<!-- Meta Tags -->
<meta name="title" content="Flame-Development" />
<meta name="description" content="Welcome to YFlame-Development!" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://Flame-Development.github.io/" />
<meta property="og:title" content="Flame-Development" />
<meta property="og:description" content="Welcome to YFlame-Development!" />
<!-- Preload Fonts -->
<link rel="preload" href="./assets/font/Rubik.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="./assets/font/Rubik.woff" as="font" type="font/woff" crossorigin="anonymous">
<!-- Stylesheet -->
<link rel="stylesheet" href="./assets/css/style.css">
<!-- Favicon -->
<link rel="shortcut icon" href="./assets/img/favicon.ico" type="image/x-icon">
<title>Flame-Development</title>
<!-- Coded by Mehran1022 - Inspired by Katana ZERO -->
<!-- Made with ❤️ by Mehran - https://github.com/Mehran1022mm -->
</head>
<body>
<div class="container">
<h1>🔥 Flame-Development</h1>
<p>We are a group of passionate teenagers dedicated to creating small but handy tools and software. Our mission is to learn, collaborate, and innovate together. We work on a variety of projects, including: Web Development, Script Development, and Automation Tools.</p>
<p>If you have any questions or suggestions, feel free to reach out to us:</p>
<div class="input-container">
<input id="message" type="text" placeholder="Please write your message here" autocomplete="off">
<button id="send" type="submit" onclick="clearInput(); submit()">Send</button>
</div>
</div>
<div class="copyright">
© 2025 Flame-Development. All rights reserved.
</div>
<script src="./assets/js/script.js"></script>
</body>
</html>