-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 1 KB
/
index.html
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
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@import url('https://fonts.googleapis.com/css?family=Raleway');
h3 {
font-family: 'Raleway', sans-serif;
margin-bottom: 35px;
}
img {
margin-bottom: 35px;
}
</style>
</head>
<body>
<center>
<h3>Barangay Centralized Database</h3>
<img src="assets/img/Barangay Centralized Database.jpg"/>
<h3>Blog</h3>
<img src="assets/img/Blog.jpg"/>
<h3>eCommerce</h3>
<img src="assets/img/eCommerce.jpg"/>
<h3>IPay88</h3>
<img src="assets/img/IPay88.jpg"/>
<h3>Movie Theater</h3>
<img src="assets/img/MovieTheater.jpg"/>
</center>
</body>
</html>