-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtips.php
32 lines (23 loc) · 1.73 KB
/
tips.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
<?php $title_index = " Get Linux : Linux Tips and Tricks "; ?>
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta name="google-site-verification" content="5Y5Rf1Gjosn_poKNupgWw2ZINrdsFzFji4Yj76hwYFg" />
<title><?php echo $title_index; ?></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="how to, linux, howtoget,howtogetlinux,opensource,how to download linux,download linux,
free linux,what is linux, ubuntu, archlinux,kali,fadora,why linux is better, why linux is
best,debian,free download linux,download free linux,kernel,whylinux,index,about us,get
getstarted,know linux,tips and tricks,contact us,open source,package manager,ubuntu
software center "/>
<meta name="description" content="What separates average Linux users from the super-geeks? Simple: years spent learning
the kinds of hacks, tricks, tips and techniques that turn you to use system in efficient
manner, here is tips and tricks about terminal, shell commands etc....">
<?php require('header.php');?>
<?php require('Style.css'); ?>
<div class="hr1" style="margin-bottom:40px;"></div>
<div class="">
<div class="hr1" style="margin-bottom:25px;"></div>
<?php require('footer.php'); ?>