change meta tags

This commit is contained in:
steven 2025-04-04 00:14:43 -04:00
parent e7aa36b137
commit ecf5f62147
4 changed files with 67 additions and 104 deletions

View file

@ -1,81 +1,73 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>44live</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="44live" property="og:site_name">
<meta content="44live - find rooms at UofL" property="og:title">
<meta content="Work in progress. Don't expect much." property="og:description">
<meta content='https://44live.stevenalexander.org/calendar.svg' property='og:image'>
<meta property="og:site_name" content="44live">
<meta property="og:title" content="44live - find events at UofL">
<title>{{ day }} - 44live</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" type="image/x-icon" href="/calendar.svg">
<base target="_blank">
<style>
* {
margin: 0;
padding: 0;
scrollbar-width: none;
<style>*{margin:0;padding:0;scrollbar-width:none;}
body,html{
-webkit-text-size-adjust:100%;
font:12px monospace;
width:100%;
height:100%;
overflow:auto;
}
body, html {
-webkit-text-size-adjust: 100%;
font: 12px monospace;
width: 100%;
height: 100%;
overflow: auto;
table{
background-color:black;
min-width:100%;
width:1600px;
max-width:400%;
border-collapse:separate;
border-spacing:0;
table-layout:fixed;
overflow-x:clip;
}
table {
background-color: black;
min-width: 100%;
width: 1600px;
max-width: 400%;
border-collapse: separate;
border-spacing: 0;
table-layout: fixed;
overflow-x: clip;
th,td{
background-color:white;
box-sizing:border-box;
border-bottom:2px solid black;
border-right:2px solid black;
overflow:hidden;
text-overflow:ellipsis;
}
th, td {
background-color: white;
box-sizing: border-box;
border-bottom: 2px solid black;
border-right: 2px solid black;
overflow: hidden;
text-overflow: ellipsis;
th,td:first-child{
position:sticky;
}
th, td:first-child {
position: sticky;
th:first-child,td:first-child{
left:0;
}
th:first-child, td:first-child {
left: 0;
th{
top:0;
text-align:center;
font-weight:bold;
}
th {
top: 0;
text-align: center;
font-weight: bold;
th:first-child{
z-index:1;
}
th:first-child {
z-index: 1;
a,span{
white-space:nowrap;
padding:2px;
overflow:hidden;
text-overflow:ellipsis;
}
a, span {
white-space: nowrap;
padding: 2px;
overflow: hidden;
text-overflow: ellipsis;
a{
display:block;
text-decoration:none;
color:black;
}
a {
display: block;
text-decoration: none;
color: black;
}
.closed > a {color:white;}
.closed>a{color:white;}
a:hover{background-color:lightgray;color:black;}
.closed{background-color:black;color:white;}
.available{background-color:lightgreen;}