changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > demo / www/bootstrap.html

revision 12: c520966de7fa
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/www/bootstrap.html	Mon May 15 21:40:24 2023 -0400
     1.3@@ -0,0 +1,19 @@
     1.4+<!doctype HTML>
     1.5+<HTML>
     1.6+   <HEAD>
     1.7+      <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
     1.8+      <meta http-equiv="Pragma" content="no-cache" />
     1.9+      <meta http-equiv="Expires" content="0" />
    1.10+      <meta charset="utf-8">
    1.11+      <meta name="viewport" content="width=device-width, initial-scale=1">
    1.12+      <script src="/js/jquery.min.js" type="text/javascript"></script>
    1.13+      <script src="/js/boot.js" type="text/javascript"></script>
    1.14+      <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
    1.15+      <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js" crossorigin="anonymous"></script>
    1.16+      <noscript><%= (@ meta) %></noscript>
    1.17+   </HEAD>
    1.18+<BODY>
    1.19+  <noscript><%= (@ body) %></noscript>
    1.20+</BODY>
    1.21+<noscript>Your browser must support JavaScript and be HTML 5 compilant to see this site.</noscript>
    1.22+</HTML>