changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / www/bootstrap.html

changeset 12: c520966de7fa
author: ellis <ellis@rwest.io>
date: Mon, 15 May 2023 21:40:24 -0400
permissions: -rw-r--r--
description: added quiche.h and some ui work
1 <!doctype HTML>
2 <HTML>
3  <HEAD>
4  <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
5  <meta http-equiv="Pragma" content="no-cache" />
6  <meta http-equiv="Expires" content="0" />
7  <meta charset="utf-8">
8  <meta name="viewport" content="width=device-width, initial-scale=1">
9  <script src="/js/jquery.min.js" type="text/javascript"></script>
10  <script src="/js/boot.js" type="text/javascript"></script>
11  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
12  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js" crossorigin="anonymous"></script>
13  <noscript><%= (@ meta) %></noscript>
14  </HEAD>
15 <BODY>
16  <noscript><%= (@ body) %></noscript>
17 </BODY>
18 <noscript>Your browser must support JavaScript and be HTML 5 compilant to see this site.</noscript>
19 </HTML>