Skip to content

Commit

Permalink
add some meta tags and bump bootstrap version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaruas committed Mar 29, 2024
1 parent eede251 commit eeb6990
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
<html lang="en">

<head>
<title>stamps</title>
<title>slowly stamps gallery</title>
<meta charset="utf-8">
<meta name="description" content="Interactive explorative gallery of stamps from the slowly platform">
<meta name="keywords" content="slowly, stamps, gallery, ts, html, github-actions, github">
<meta name="author" content="Saurav Das">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Boostrap resources -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
<link href="https://cdn.jsdelivr.net/npm/[email protected].3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>

<link rel="stylesheet" type="text/css" href="static/style.css">
Expand Down

0 comments on commit eeb6990

Please sign in to comment.