Skip to content

Commit 81a39f8

Browse files
committed
initialize project
0 parents  commit 81a39f8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

1. Classes-Objects/index.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
3+
?>
4+
<!DOCTYPE html>
5+
<html lang="en">
6+
7+
<head>
8+
<meta charset="UTF-8">
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
<title>Classes/Objects</title>
11+
</head>
12+
13+
<body>
14+
15+
</body>
16+
17+
</html>

0 commit comments

Comments
 (0)