-
Notifications
You must be signed in to change notification settings - Fork 0
/
enhancements2.php
45 lines (44 loc) · 1.63 KB
/
enhancements2.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
<!--
/*
Purpose: This file is the enhancement 2 of the project.
Project: Kirito website
Author: Vuong Khang Minh,Nghiem Tuan Linh, Nguyen Cuong Nhat, Dang Nguyen Duc Anh, Phan Huy Quang
Last Updated: 2023-4-7
*/
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Enhancement 2</title>
<link rel="stylesheet" href="./styles/enhancement2.css" />
</head>
<body>
<header class="hero_div">
<p class="hero_text">Enhancement</p>
<p class="hero_text_part2">*part 2*</p>
</header>
<section>
<a title="Enhancement 1: Cookie" href="+en_cookie.php" class="list_enhance list_enhance1">
<h1>Cookies</h1>
</a>
<a title="Enhancement 2: Advanced thing about SQL" href="+en_ad.php" class="list_enhance list_enhance2">
<h1>Advanced Sort</h1>
</a>
<a title="Enhancement 3: Fetch API" href="+en_api.php" class="list_enhance list_enhance3">
<h1>Fetch API</h1>
</a>
<a title="Enhancement 4: Sign in, Log in, Log out" href="+en_sign.php" class="list_enhance list_enhance4">
<h1>Sign In And Sign Out System</h1>
</a>
</section>
<footer>
<a title="Menu" href="./more.php">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</a>
</footer>
</body>
</html>