muhidins

index_utama

Feb 8th, 2021
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <title>Aplikasi Sekolah</title>
  8. </head>
  9.  
  10. <body>
  11.     <h1>Aplikasi Sekolah</h1>
  12.     <a href=".">Home</a> |
  13.     <a href="kelas/">Kelas</a> |
  14.     <a href="siswa/">Siswa</a> |
  15.     <div class="img-fluid">
  16.         <img src="gambar/logo.png" alt="logo">
  17.     </div>
  18. </body>
  19.  
  20. </html>
Add Comment
Please, Sign In to add comment