-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (31 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/assets/fr-icon.ico">
<title>Fredo Tools</title>
</head>
<body>
<div class="main-container">
<div class="services">
<h2 class="fs-1" id="header">Fredo Tools</h2>
<p class="fs-4" style="margin-bottom: 5rem;">Choose services below</p>
<div class="services-container">
<a href="/ChatGPT_API/chatgpt.html" target="_blank"><button class="btn btn-primary fs-5">Chat GPT API</button></a>
<a href="/RSAEncryption/RSAEncryption.html" target="_blank"><button class="btn btn-primary fs-5">RSA Encryption Demo</button></a>
<a href="/InstagramDownloader/instagram_downloader.html" target="_blank"><button class="btn btn-primary fs-5">Instagram Downloader</button></a>
<!-- <a href="/Live_Chat_Mock/authenticate_API.html" style="cursor: default;"><button class="btn btn-secondary fs-5 disabled">Live Chat Mock <p class="fs-6 fst-italic">(under development)</p></button></a> -->
<a href="" style="cursor: default;" aria-disabled="true"><button class="btn btn-secondary fs-5 disabled">Live Chat Mock <p class="fs-6 fst-italic">(under development)</p></button></a>
<a href="/KalkulatorSuara/VoiceCalculator.html" target="_blank"><button class="btn btn-primary fs-5">Voice Calculator</button></a>
<a href="/API/api_services.html" target="_blank"><button class="btn btn-primary fs-5">API Services</button></a>
<a href="/CCTV_Service/cctv_services.html" target="_blank"><button class="btn btn-primary fs-5">Live CCTV</button></a>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"></script>
<script src="/script.js"></script>
</body>
</html>