File size: 8.2Kb
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hostc - Docs </title>
<meta name="description" content="Thanks for purchasing Appside. If you need any support, please contact with us.">
<meta name="author" content="ThemeFair">
<meta name="copyright" content="ThemeFair">
<link rel="shortcut icon" type="image/png" href="img/background/title1.svg">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrapper">
<div class="left-side">
<div class="logo">
<a href="#">
Hostc
</a>
</div>
<div class="left-content">
<ul role="tablist">
<li role="presentation" class="active"><a href="#welcome" aria-controls="home" role="tab" data-toggle="tab"><span><i class="fa fa-home"></i></span>Welcome</a></li>
<li role="presentation"><a href="#structure" aria-controls="home" role="tab" data-toggle="tab"><span><i class="fa fa-folder"></i></span>Main File Structure</a></li>
<li role="presentation"><a href="#setup" aria-controls="home" role="tab" data-toggle="tab"><span><i class="fa fa-terminal"></i></span>Setup</a></li>
<li role="presentation"><a href="#source" aria-controls="home" role="tab" data-toggle="tab"><span><i class="fa fa-thumbs-up"></i></span>Sources & Credits</a></li>
<li role="presentation"><a href="#support" aria-controls="home" role="tab" data-toggle="tab"><span><i class="fa fa-support"></i></span>Support</a></li>
</ul>
</div>
<div class="copyright">
<p>Copyright © 2025. <a href="#">Hostc</a> <span>All Rights Reserved.</span></p>
</div>
</div>
<div class="right-side">
<div class="right-content">
<div id="welcome" class="content active fade in">
<h1> <span>Hostc </span>- Web Hosting</h1>
<div class="created">
<p>
Created: 25 March, 2025
<br>
<br> By: <a href="#">Unifato
</a><br> Email: <a href="mailto:unifato.themes@gmail.com">unifato.themes@gmail.com</a><br>
<br> Thank you for purchasing our theme. Hostc - Web Hosting . If you have any question, please feel free to contact us.
</p>
</div>
</div>
<div id="structure" class="content fade">
<h1>Main File Structure</h1>
<p>
All the file are well organized, its so easy to work with the template.
</p>
<pre>
<xmp>
├── assets
│ ├── css
│ ├── fonts
│ ├── img
│ ├── js
│ └── scss
├── partials
├── blog-single.php
├── index.php
└── other .php files
</xmp>
</pre>
</div>
<div id="setup" class="content fade">
<div>
<div>
<h3>Prerequisites</h3>
<p>Please follow below steps to install and setup all prerequisites:</p>
<ul style="margin-left: 30px;">
<li>
<a href="https://www.php.net/" target="_blank">PHP</a> ~v8.0
</li>
<li>
<h5>Xampp (For Windows)</h5>
<p>
Make sure to have latest version of
<a href="https://www.apachefriends.org/" target="_blank">xampp</a> installed & running on your computer. If you already have Xampp installed on your computer, you can skip this step.
</p>
</li>
</ul>
</div>
</div>
<div>
<div>
<h3 style="margin-top: 30px;">Installation</h3>
<p>To setup, follow the below mentioned steps:</p>
<h4>For Windows OS:</h4>
<ul style="margin-left: 30px;">
<li>Unzip your project and place it inside the <code>xampp/htdocs</code> folder.</li>
<li>Start the Apache server from Xampp panel</li>
<li>
Visit <a href="#">localhost/<project-name>/</a> after running Apache server locally
</li>
</ul>
<h4>For Linux or macOS:</h4>
<div>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th>Command</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code>php -S 127.0.0.1:8000</code>
</td>
<td>
Starts the PHP server on <a href="http://127.0.0.1:8000/" target="_blank" class="text-primary">127.0.0.1:8000</a> address
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="source" class="content fade">
<h1> Sources & Credits </h1>
<ul>
<li><span>Fonts</span>
<a href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap ">" 'Quicksand', sans-serif "</a>
</li>
<li><span>Icons</span>
<ul>
<li><a href="https://fontawesome.com/ ">Fontawesome 6 Pro</a></li>
</ul>
</li>
<li><span>Bootstrap</span> <a href="https://getbootstrap.com/ ">Bootstrap 5</a></li>
</ul>
</div>
<div id="support" class="content fade ">
<h1> Supports </h1>
<p>Thank you for reading the documentaion. If you still have any question or any problem, please contact with us. We will give you best support. Thanks.</p>
<a href="https://themeforest.net/user/Unifato/portfolio ">Unifato</a>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery-1.11.3.min.js "></script>
<script src="js/bootstrap.min.js "></script>
<script src="js/main.js "></script>
</body>
</html>