Svg Viewbox=0 0 1280 720 Xmlns=http - README <svg viewBox="0 0 1280 720" xmlns="http://www.w3.org/2000/svg"> <rect x="0" y="0" width="1280" height="720" fill="white" /> <g id="header"> <text x="100" y="50" font-size="36" fill="black">PAKET PARIWISATA</text> <a href="/packages" x="100" y="100" font-size="24" fill="blue">HOME</a> <a href="/about" x="400" y="100" font-size="24" fill="blue">ABOUT</a> <a href="/contact" x="700" y="100" font-size="24" fill="blue">CONTACT</a> <text x="100" y="150" font-size="24" fill="black">HI, VOGAI</text> </g> <g id="booked-packages"> <text x="100" y="250" font-size="24" fill="black">Booked Packages</text> <a href="/account" x="100" y="300" font-size="24" fill="blue">Managn Account</a> <a href="/search" x="400" y="300" font-size="24" fill="blue">Search</a> </g> <g id="table"> <table width="1200" height="300" border="1" border-color="black" border-radius="10"> <thead> <tr> <th>DateTime</th> <th>Package</th> <th>Schedule</th> <th>Status</th> <th>Action</th> </tr> </thead> <tbody> <tr> <td>2024-01-07 20:12</td> <td>PARALAYANG</td> <td>2024-01-18</td> <td>Action</td> <td>Action</td> </tr> </tbody> </table> </g> <g id="copyright"> <text x="100" y="600" font-size="24" fill="black">Copyright © Pariwisata 2023</text> <a href="/privacy-policy" x="400" y="600" font-size="24" fill="blue">Privacy Policy</a> <a href="/developed-by" x="700" y="600" font-size="24" fill="blue">Developed By</a> </g> </svg> --- Curated by Maren Hachmann on January 7 2024 10:52 PM