Skip to content

Commit 05fd56c

Browse files
authored
1.6.2
1 parent b6cab9d commit 05fd56c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

views/index.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
<title>API Monster</title>
8+
</head>
9+
10+
<body>
11+
<h1>Hello <?= $name ?></h1>
12+
</body>
13+
14+
</html>

0 commit comments

Comments
 (0)