-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (47 loc) · 2.03 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fappos Cloud Convert | Home</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="navbar"><
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Services</a>
<a href="#">Contact</a>
</div>
<div class="about-cc">
<h1>About Fappos Cloud Convert</h1>
<p>Fappos Cloud Convert is a cloud-based file conversion service that enables users to convert files from one format to another without having to download or install any software on their devices. Our platform offers a wide range of file formats and supports various file types, making it easy for users to share and collaborate with others.</p>
<p>Our team of experts has been working tirelessly to develop this powerful tool, ensuring that it meets your needs and provides a seamless user experience. As our platform continues to grow and evolve, we are excited to continue supporting and improving our service.</p>
</div>
<div class="container">
<h1>Fappos Cloud Convert</h1>
<h2>Convert files from one format to another</h2>
<form id="file-conversion-form">
<label for="file">Select a file:</label>
<input type="file" id="file" name="file">
<br><br>
<label for="format">Select a format:</label>
<select id="format" name="format">
</select>
<br><br>
<input type="submit" value="Convert">
<br><br>
<div id="result"></div>
<br><br>
<a href="#" id="download-link"></a>
<br><br>
<p>Powered by <a href="https://phntmhosting.xyz">phntmhosting / Fappos Cloud</a></p>
</form>
</div>
<div class="footer">
<p>© 2024 Fappos Cloud Convert. All rights reserved.</p>
<p><a href="#">Privacy Policy</a> | <a href="#">Terms of Service</a></p>
</div>
</body>
<script src="script.js"></script>
</html>