4 lat temu link-template.php d01d7cf85d first commit 4 lat temu load.php d01d7cf85d first commit 4 lat temu locale.php d01d7cf85d first commit 4 lat temu media-template.php d01d7cf85d first commit 4 lat temu media.php d01d7cf85d first commit 4 lat temu meta.php d01d7cf85d first commit 4 lat temu ms-blogs.php d01d7cf85d first commit 4 lat temu ms-default-constants.php d01d7cf85d first commit 4 lat temu ms-default-filters.php d01d7cf85d first commit 4 lat temu ms-deprecated.php d01d7cf85d first commit 4 lat temu ms-files.php d01d7cf85d first commit 4 lat temu ms-functions.php d01d7cf85d first commit 4 lat temu ms-load.php d01d7cf85d first commit 4 lat temu ms-network.php d01d7cf85d first commit 4 lat temu ms-settings.php d01d7cf85d first commit 4 lat temu ms-site.php d01d7cf85d first commit 4 lat temu nav-menu-template.php d01d7cf85d first commit 4 lat temu nav-menu.php d01d7cf85d first commit 4 lat temu option.php d01d7cf85d first commit 4 lat temu pluggable-deprecated.php d01d7cf85d first commit 4 lat temu pluggable.php d01d7cf85d first commit 4 lat temu plugin.php d01d7cf85d first commit 4 lat temu post-formats.php d01d7cf85d first commit 4 lat temu post-template.php d01d7cf85d first commit 4 lat temu post-thumbnail-template.php d01d7cf85d first commit 4 lat temu post.php d01d7cf85d first commit 4 lat temu query.php d01d7cf85d first commit 4 lat temu registration-functions.php d01d7cf85d first commit 4 lat temu registration.php d01d7cf85d first commit 4 lat temu rest-api.php d01d7cf85d first commit 4 lat temu revision.php d01d7cf85d first commit 4 lat temu rewrite.php d01d7cf85d first commit 4 lat temu robots-template.php d01d7cf85d first commit 4 lat temu rss-functions.php d01d7cf85d first commit 4 lat temu rss.php d01d7cf85d first commit 4 lat temu script-loader.php d01d7cf85d first commit 4 lat temu session.php d01d7cf85d first commit 4 lat temu shortcodes.php d01d7cf85d first commit 4 lat temu sitemaps.php d01d7cf85d first commit 4 lat temu spl-autoload-compat.php d01d7cf85d first commit 4 lat temu taxonomy.php d01d7cf85d first commit 4 lat temu template-canvas.php d01d7cf85d first commit 4 lat temu template-loader.php d01d7cf85d first commit 4 lat temu template.php d01d7cf85d first commit 4 lat temu theme-i18n.json d01d7cf85d first commit 4 lat temu theme-templates.php d01d7cf85d first commit 4 lat temu theme.json d01d7cf85d first commit 4 lat temu theme.php d01d7cf85d first commit 4 lat temu update.php d01d7cf85d first commit 4 lat temu user.php d01d7cf85d first commit 4 lat temu vars.php d01d7cf85d first commit 4 lat temu version.php d01d7cf85d first commit 4 lat temu widgets.php d01d7cf85d first commit 4 lat temu wlwmanifest.xml d01d7cf85d first commit 4 lat temu wp-db.php d01d7cf85d first commit 4 lat temu wp-diff.php d01d7cf85d first commit 4 lat temu tum/shaqfindbeds - Gogs: Simplico Git Service

Keine Beschreibung

base.html 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {% load static %}
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <title>
  6. FindBed.xyz ทำเพื่อช่วยเหลือในการหาเตียงสำหรับผู้ป่วย COVID19
  7. </title>
  8. <meta name="description" content="FindBed.xyz ทำเพื่อช่วยเหลือในการหาเตียงสำหรับผู้ป่วย COVID19">
  9. <!-- Include meta tag to ensure proper rendering and touch zooming -->
  10. <meta name="viewport" content="width=device-width, initial-scale=1">
  11. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
  12. <!-- Include the jQuery library -->
  13. <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
  14. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
  15. <script>
  16. var _hmt = _hmt || [];
  17. (function() {
  18. var hm = document.createElement("script");
  19. hm.src = "//hm.baidu.com/hm.js?73c27e26f610eb3c9f3feb0c75b03925";
  20. var s = document.getElementsByTagName("script")[0];
  21. s.parentNode.insertBefore(hm, s);
  22. })();
  23. </script>
  24. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
  25. <script type='text/javascript' src="{% static "js/main.js" %}"></script>
  26. </head>
  27. <body>
  28. <div class='container'>
  29. <img src="{% static "/img/heartbeat.png" %}" class='text-center' style='width:100px; margin:20px auto; display:block'/>
  30. <h1 class='text-center'>FindBed.xyz</h1>
  31. <!--
  32. <div class="alert alert-info text-center" role="alert">
  33. FindBed.xyz ทำเพื่อช่วยเหลือในการหาเตียงสำหรับผู้ป่วย COVID19
  34. </div> -->
  35. {% block content %}
  36. {% endblock %}
  37. </div>
  38. {% block foot_script %}
  39. {% endblock %}
  40. </body>
  41. </html>