chore: Allow building from venv; bump version
This commit is contained in:
parent
4a4241a4e4
commit
2f6dd836c4
117 changed files with 1066 additions and 6270 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" data-bs-theme="light">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
@ -8,7 +8,6 @@
|
|||
|
||||
|
||||
<title>Full inclusion</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -19,7 +18,7 @@
|
|||
<!-- Expanded navigation -->
|
||||
<div id="navbar-collapse" class="navbar-collapse collapse">
|
||||
|
||||
<ul class="nav navbar-nav ml-auto">
|
||||
<ul class="nav navbar-nav ms-md-auto">
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -51,7 +50,7 @@
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
|
||||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<table class="table">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue