Update Bootstrap stuff
This commit is contained in:
parent
5c859ec1da
commit
24406ec32b
1 changed files with 8 additions and 7 deletions
|
|
@ -13,7 +13,7 @@ $db->sort();
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en" data-bs-theme="light">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
|
@ -32,9 +32,10 @@ $db->sort();
|
||||||
<meta property="twitter:description" content="Patch Notification Robot provides you the latest update notifications.">
|
<meta property="twitter:description" content="Patch Notification Robot provides you the latest update notifications.">
|
||||||
<meta property="twitter:image" content="https://www.patchbot.de/assets/patchbot.jpg">
|
<meta property="twitter:image" content="https://www.patchbot.de/assets/patchbot.jpg">
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
|
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/jquery.dataTables.min.css">
|
<link rel="stylesheet" type="text/css" href="assets/font/bootstrap-icons.css">
|
||||||
<script src="assets/js/jquery-3.6.0.slim.min.js"></script>
|
<link rel="stylesheet" type="text/css" href="assets/css/datatables.min.css">
|
||||||
<script src="assets/js/jquery.dataTables.min.js"></script>
|
<script src="assets/js/jquery-3.6.4.slim.min.js"></script>
|
||||||
|
<script src="assets/js/datatables.min.js"></script>
|
||||||
<script src="assets/js/bootstrap.bundle.min.js"></script>
|
<script src="assets/js/bootstrap.bundle.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
@ -50,9 +51,9 @@ $db->sort();
|
||||||
<div class="container p-5">
|
<div class="container p-5">
|
||||||
<h2 class="mb-4">Patch Notification Robot</h2>
|
<h2 class="mb-4">Patch Notification Robot</h2>
|
||||||
<p class="text-center"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYQZCVJPVSS5L&source=url"><img src="assets/btn_donateCC_LG.gif" alt="Donate" width="147" height="47" /></a></p>
|
<p class="text-center"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYQZCVJPVSS5L&source=url"><img src="assets/btn_donateCC_LG.gif" alt="Donate" width="147" height="47" /></a></p>
|
||||||
<p><a href="https://www.patchbot.de/rss.xml"><img src="assets/rss.png" alt="Subscribe" width="24" height="24" /></a> <a rel="me" href="https://botsin.space/@Patchbot_de"><img src="assets/mastodon.png" alt="Follow me" width="24" height="24" /></a> <a href="https://github.com/stelas/PatchBot"><img src="assets/github.png" alt="Fork me" width="24" height="24" /></a> Providing you the latest update notifications.</p>
|
<p><a href="https://www.patchbot.de/rss.xml"><i class="bi-rss"></i><span class="visually-hidden">Subscribe</span></a> <a rel="me" href="https://botsin.space/@Patchbot_de"><i class="bi-mastodon"></i><span class="visually-hidden">Follow me</span></a> <a href="https://github.com/stelas/PatchBot"><i class="bi-github"></i><span class="visually-hidden">Fork me</span></a> Providing you the latest update notifications.</p>
|
||||||
<table id="patches" class="table table-bordered table-hover table-sm" data-order='[[ 4, "desc" ]]' data-page-length='25'>
|
<table id="patches" class="table table-bordered table-striped table-sm" data-order='[[ 4, "desc" ]]' data-page-length='25'>
|
||||||
<thead class="table-dark">
|
<thead class="table-primary">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Vendor</th>
|
<th>Vendor</th>
|
||||||
<th>Product</th>
|
<th>Product</th>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue