Add favicon to homepage and make logo link to index
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
<meta charset='UTF-8'>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
|
||||
<title>Trip Schedule</title>
|
||||
|
||||
<link href='output.css' rel='stylesheet'>
|
||||
@@ -12,7 +17,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<header class='fixed flex justify-between p-4 shadow-sm w-screen bg-white z-10'>
|
||||
<a href='/'>
|
||||
<h1 class='text-3xl'>Trip Schedule</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<div id='container' class='min-h-screen z-0 p-8 pt-20 bg-gray-100'>
|
||||
|
||||
Reference in New Issue
Block a user