This commit is contained in:
Raven Scott 2024-10-17 05:10:13 -04:00
parent b8945e0d8d
commit 5c0f473b17

View File

@ -4,7 +4,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><a href="https://raven-scott.fyi">Raven Scott's</a> Metal Playlist</title> <!-- General title for the page --> <title>Raven Scott's Metal Playlist</title> <!-- General title for the page -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<style> <style>
body { body {
@ -62,7 +62,7 @@
<body> <body>
<div class="container mt-5"> <div class="container mt-5">
<h1 class="text-center mb-5">Raven Scott Metal Tracks</h1> <h1 class="text-center mb-5"><a href="https://raven-scott.fyi">Raven Scott's</a> Metal Tracks</h1>
<div class="row"> <div class="row">
<% tracks.forEach(track=> { %> <% tracks.forEach(track=> { %>
<div class="col-md-6 mb-4"> <div class="col-md-6 mb-4">