-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
31 lines (28 loc) · 752 Bytes
/
about.html
File metadata and controls
31 lines (28 loc) · 752 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iWebAppStore Legacy</title>
<link rel="icon" type="image/png" href="icon.png">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="header">
<h1>Welcome back on</h1>
<h2>iWebAppStore legacy.</h2>
</div>
<div class="content">
<!-- Your content goes here -->
<h1>WebApps :</h1>
</div>
<!--<div class="subcontent">
Your content goes here
<h1>WebApps :</h1>
</div>-->
<div class="navbar">
<a href="#home">Home</a>
<a href="#about">About</a>
</div>
</body>
</html>