We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bfebb commit d494ad0Copy full SHA for d494ad0
pages/page2.html
@@ -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