<!DOCTYPE html>
<html>
<head>
- {{ bootstrapLib(theme = bslib::bs_theme(primary = "red")) }}
+ {{ bootstrapLib(theme = bslib::bs_theme(primary = "black")) }}
{{ headContent() }}
<title>Rnaught Web</title>
<link rel="stylesheet" type="text/css" href="styles.css">
- <!-- Enable tooltips. -->
- <script>
- $(document).ready(function(){
- $('[data-bs-toggle="tooltip"]').tooltip();
- });
- </script>
+ <script src="script.js"></script>
</head>
<body class="d-flex flex-column h-100">
<noscript>