-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
25 lines (23 loc) · 1 KB
/
about.html
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
<!DOCTYPE html>
<html dir="rtl">
<head>
<link rel="alternate" type="application/atom+xml" title="الملاحظات والمقالات" href="/feed.xml">
<title>عن الموقع</title>
<link rel="icon" href="./images/favicon.png" type="image/x-icon"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link href="./style/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<div id="container">
<div id="header">...</div>
<div id="content">
<h1>حول الموقع</h1>
<p>موقع أدون فيه عن تعريبات أنا ساهمت بهم.</p>
<p>موقع أدون فيه ما أعرفه عن أدوات\الأدوات التي استخدمتها لتعديل اللعبة.</p>
</div> <!-- end of div id="content" -->
<div id="footer"></div>
</div> <!-- end of div id="container" -->
<script src="./script.js"></script>
</body>
</html>