-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
41 lines (41 loc) · 1.78 KB
/
about.php
File metadata and controls
41 lines (41 loc) · 1.78 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
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Konami</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="about-container">
<div class="menu">
<ul>
<!--Creation of icons-->
<li><a href="index.php">HOME</a></li>
<li><a href="about.php">ABOUT</a></li>
<li><a href="design.php">DESIGN</a></li>
<li><a href="games.php">GAMES</a></li>
<li><a href="membership.php">MEMBERSHIP</a></li>
<li><a href="update.php">UPDATE</a></li>
<li><a href="signup.php">SIGNUP</a></li>
</ul>
</div>
<br>
<br>
<br>
<div class="heading">
<h1> About Konami</h1>
</div>
<div class="text">
<p>Konami is a Japanese entertainment company known for its gaming products, including video games, trading cards, and arcade games. Founded in 1969, Konami has become one of the most prominent names in the gaming industry, with popular franchises such as Metal Gear, Silent Hill, and Pro Evolution Soccer.</p>
<p>The company has also expanded into other areas, such as health and fitness products, casinos, and digital entertainment. With a focus on innovation and quality, Konami continues to be a leading force in the world of entertainment.</p>
<p>For more information, visit <a href="https://www.konami.com" target="_blank">Konami's official website</a>.</p>
</div>
<div class="image-container">
<div class="image">
<img src="unnamed.webp" alt="Description of the image"></div>
</div>
</div>
</div>
</body>
</html>