-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheber.html
More file actions
30 lines (26 loc) · 792 Bytes
/
Copy pathheber.html
File metadata and controls
30 lines (26 loc) · 792 Bytes
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
<!DOCTYPE html>
<html lang="id">
<head>
<title>Dokterku</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<style type="text/css">
.tops {
background: url(img/portfolio-details-3.jpg) no-repeat center;
background-size: cover;
}
</style>
<br>
<div class="container-fluid tops px-4 py-3">
<h2>S3PRINTING</h2>
<p>Jl. Terbaik no 21 Salatiga<br>
Tlp. (0224)89912773</p>
</div>
</body>
</html>