forked from hereshem/MeroServer
-
Notifications
You must be signed in to change notification settings - Fork 4
/
about.php
executable file
·53 lines (48 loc) · 2.55 KB
/
about.php
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>About | Meroserver</title>
<meta name="keywords" content="webhosting, free space, raspberry pi, pihosting, raspberry hosting server, free hosting server in nepal" />
<meta name="description" content="MeroServer is a web hosting service provider in Nepal with Raspberry Pi as Hosting Server. We are here proud to offer the free webhosting service with individual zpanel dashboard and guarantee the customer satisfaction. Any feedback regarding the improvement to our service will be highly appreciated." />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<!-- start header -->
<?php include('header.php');?>
<!-- end header -->
<!-- start page -->
<div id="page">
<div class="bgtop">
<div class="bgbtm">
<!-- start content -->
<div id="content">
<div class="post">
<h1 class="title">About Server</h1>
<p class="byline"><small>Posted on february 25th, 2014</small> by <a href="http://www.hemshrestha.com.np" target="_blank">Hem</a></p>
<div class="entry">
<p>
<strong>Raspberry Pi</strong> is a beautiful piece of computing device and emerged out with the focus with basic computational operation.
Later on with its high demand and developement of advanced microprocessor it is now easy to use pi for multipuporpose.
</p>
<p>To find many more about the Raspberry Pi <a href="http://www.raspberrypi.org/">click here </a></p>
<p></p>
<h2>Here are some snapshots of Raspberry Pi as server computer in my room.</h2>
<h3><img src="images/meroserver.jpg" alt="Meroserver" width="100%" />Raspberry Pi as Server Computer</h3>
<h3><img src="images/meroserver-4.jpg" alt="Meroserver " width="100%" />Server computer with Router</h3>
<h3><img src="images/meroserver-3.jpg" alt="Meroserver " width="100%" />Home Server setup</h3>
</div>
</div>
</div>
<!-- end content -->
<!-- start sidebar -->
<?php include('sidebar.php');?>
<!-- end sidebar -->
<div style="clear:both"> </div>
</div>
</div>
</div>
<?php include('footer.php');?>
</body>
</html>