HTML page: text decoration
This commit is contained in:
parent
d798fd50f8
commit
daca636dfb
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ $db->sort();
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container p-5">
|
<div class="container p-5">
|
||||||
<h2 class="mb-4"><a href="">Patch Notification Robot</a></h2>
|
<h2 class="mb-4"><a class="text-decoration-none" href="">Patch Notification Robot</a></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" /></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" /></a></p>
|
||||||
<p><a href="https://www.patchbot.de/rss.xml"><img src="assets/rss.png" alt="Subscribe" /></a> <a href="https://twitter.com/Patchbot_de"><img src="assets/twitter.png" alt="Follow me" /></a> <a href="https://github.com/stelas/PatchBot"><img src="assets/github.png" alt="Fork me" /></a> Providing you the latest update notifications.</p>
|
<p><a href="https://www.patchbot.de/rss.xml"><img src="assets/rss.png" alt="Subscribe" /></a> <a href="https://twitter.com/Patchbot_de"><img src="assets/twitter.png" alt="Follow me" /></a> <a href="https://github.com/stelas/PatchBot"><img src="assets/github.png" alt="Fork me" /></a> Providing you the latest update notifications.</p>
|
||||||
<table id="list" class="table table-bordered table-hover table-sm" data-order='[[ 4, "desc" ]]' data-page-length='25'>
|
<table id="list" class="table table-bordered table-hover table-sm" data-order='[[ 4, "desc" ]]' data-page-length='25'>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue