-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.php
27 lines (22 loc) · 909 Bytes
/
home.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HOME | ArtGuardian</title>
<?php include 'header.php';?>
</head>
<body>
<center> <h2>Welcome to Our Artwork Copyright Website!!!</h2>
<p>Our Website provides you the easy way to get copyrights upon your creations.
Apart from this you can upload your contents and can view other's artwork.</p></center>
<img src="uploads/img2 (1).jpeg" alt="img1" width="300px" height="400px">
<img src="uploads/img2 (2).jpeg" alt="img2" width="300px" height="400px">
<img src="uploads/img2 (3).jpeg" alt="img3" width="300px" height="400px">
<img src="uploads/img2 (4).jpeg" alt="img4" width="300px" height="400px">
<?php
include 'footer.php';
?>
</body>
</html>