forked from glugnith/glug.nith.ac.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
78 lines (63 loc) · 2.69 KB
/
404.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?php
include_once "includes/header.php";
?>
<!-- Main Info starts -->
<div id="main_info_cont">
<div id="main_info_left">
<div id="main_info_left_in">
<div class="content_style1">
<div class="content_style1_heading">
<h3>What is GNU?</h3>
</div>
<div class="content_style1_info">
<strong>In the words of Richard M. Stallman, the founder of the GNU Project:</strong><br /><br />
<p>"GNU, which stands for Gnu's Not Unix, is the name for the complete Unix-compatible software system which I am writing so that I can give it away free to everyone who can use it. Several other volunteers are helping me. Contributions of time, money, programs and equipment are greatly needed."</p><br />
<strong><a href="http://www.gnu.org/gnu/manifesto.html">»»Read GNU Manifesto</a></strong>
</div>
</div>
<br /><br />
<div class="content_style1_cont">
<div class="content_style1">
<div class="content_style1_heading">
<h3>Linux and the GNU Project</h3>
</div>
<div class="content_style1_info">
<strong>The version of GNU which is widely used today is more often known as "Linux" and many users are not aware of the extent of its connection with the GNU Project.</strong><br /><br />
<p>Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in a combination with the GNU operating system: the whole system is basically GNU, with Linux functioning as its kernel.</p><br />
<strong><a href="http://www.gnu.org/gnu/linux-and-gnu.html">»»Read more</a></strong>
</div>
</div>
</div>
</div>
</div>
<div id="main_info_center">
<div id="main_info_center_in">
<!--about -->
<div class="content_style2">
<div class="content_style2_heading">
<h3>Page Not Found</h3>
</div>
<div class="content_style2_info">
<center><img src="images/404_man.jpg" /><br/></center>
<a href="http://glug.nith.ac.in">Return Home.</a><br />
<a href="javascript: history.go(-1)">Return Back</a><br />
</div>
</div>
<!--End of About -->
<br />
</div>
</div>
<div id="main_info_right">
<div id="main_info_right_in">
<?php
include_once "includes/main_info_right.php";
?>
</div>
</div>
<div class="float_clear">
</div>
</div>
<!-- Main Info ends -->
<?php
include_once "includes/footer.php";
?>