-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.php
More file actions
39 lines (34 loc) · 1.16 KB
/
Copy pathabout.php
File metadata and controls
39 lines (34 loc) · 1.16 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
<?php
$title = "About";
$page = "about";
include "./includes/header.php";
?>
<link rel="stylesheet" href="about.css">
<h2>بەخیربێ من ئامانجم لەم سایتە ئەوەیە کە کورد بەرەو پیش بەرم لە تەکنەلۆجیادا و بتوان خۆیان بپاریزن و بۆ هەرکیشەیەکیش لە سۆشیال میدا توشت بوە ئەتوانی پەیوەندیمان پیوە کەی</h2>
<h1>DEVELOPER.WIBSITE---i4m_mrx{HALO}</h1>
<section class="footer">
<div class="social">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-snapchat"></i></a>
<a href="#"><i class="fab fa-telegram"></i></a>
</div>
<ul class="list">
<li>
<a href="./index.php">Home</a>
</li>
<li>
<a href="./about.php">About</a>
</li>
<li>
<a href="./Hacking.php">Hacking</a>
</li>
<li>
<a href="#">Gallery</a>
</li>
</ul>
<p class="copyright">
968 Hacker @ 2021
</p>
</section>
<?php include "includes/bottom.php" ?>