16 lines
455 B
HTML
16 lines
455 B
HTML
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Welcome to Bridging BPJS</title>
|
|
</head>
|
|
<body>
|
|
<div class="welcome-container">
|
|
<h1>Welcome to Backend Phis2nd</h1>
|
|
<p>Discover something amazing</p>
|
|
</div>
|
|
</body>
|
|
</html>
|