-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusecases.php
More file actions
50 lines (45 loc) · 2.67 KB
/
usecases.php
File metadata and controls
50 lines (45 loc) · 2.67 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
49
50
<!DOCTYPE html>
<html>
<head>
<title>Get free domains! regist.cc</title>
<!-- Include Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/halfmoon@2.0.0/css/halfmoon.min.css" rel="stylesheet" integrity="sha256-pfT/Otf/lK1xFNInb5QQR1uRF9cOP/8zDICH+QQ6o2c=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
</head>
<body>
<?php include "header.php"; ?>
<!-- Header -->
<header>
<div class="container">
<div class="card bg-light mt-4">
<div class="card-body text-center">
<h1 class="display-4"><i class="bi bi-r-square"></i> regist.cc</h1>
<p class="lead">Get a free domain in seconds!</p>
<p>Looking for a free domain name? You've come to the right place! Regist.cc makes it easy and fast to register your own domain name with a .regist.cc extension. It's inspired by the simplicity and convenience of <a href="https://freenom.com">Freenom</a>.</p>
</div>
</div>
</div>
</header>
<div class="container">
<div class="card mt-4">
<div class="card-body">
<h2 class="card-title">Use Cases:</h2>
<ol>
<li>Combine with a free reseller hosting service like <a href="https://myownfreehost.net">MyOwnFreeHost</a> or <a href="https://resellercluster.com">ResellerCluster</a> and start selling hosting for free.</li>
<li>Combine with a free web hosting service like <a href="https://heliohost.org">HelioHost</a> or <a href="https://x10hosting.com">x10hosting</a> to create your own website.</li>
<li>Use it for personal projects and experiments.</li>
<li>Set up custom subdomains for your blog or portfolio website.</li>
<li>Create a testing environment for web development.</li>
<li>Build a custom DNS routing for a private network.</li>
<li>Host a website with <a href="https://www.000webhost.com">000webhost</a> for free.</li>
<li>Deploy your site on <a href="https://www.netlify.com">Netlify</a> for continuous deployment and hosting.</li>
<li>Utilize <a href="https://www.github.com">GitHub Pages</a> for hosting your open-source project websites.</li>
<!-- Add more use cases as needed -->
</ol>
</div>
</div>
<p> Design by <a href="https://superdev.one/">superdev.one</a> </p>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
</body>
</html>