Skip to content

Commit d494ad0

Browse files
author
MrRamoun
committed
Add PAGES folder
the folder contains 1 html file with poilerplate html
1 parent 56bfebb commit d494ad0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pages/page2.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8+
<meta name="description"
9+
content="full description of the app">
10+
<meta name="robot" content="index,follow">
11+
<link rel="stylesheet" href="styles/reset.css">
12+
<link rel="stylesheet" href="styles/debug.css">
13+
<title>Document | Description</title>
14+
</head>
15+
16+
<body>
17+
18+
</body>
19+
20+
</html>

0 commit comments

Comments
 (0)