Move css to a separate file, serve static files under /static/ route
This commit is contained in:
@@ -2,27 +2,7 @@
|
||||
<head>
|
||||
<title>Radio Balises</title>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
|
||||
|
||||
<style>
|
||||
#results {
|
||||
border-colapse: collapse;
|
||||
}
|
||||
#results td, #results th {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-right:15px;
|
||||
}
|
||||
#results tr:hover {
|
||||
background-color: #eaeaea;
|
||||
}
|
||||
#results a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
#results .fa-youtube {
|
||||
color:red;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="static/balises.css">
|
||||
</head>
|
||||
<body>
|
||||
<form action="/" method="post" id="datetime_form">
|
||||
|
||||
Reference in New Issue
Block a user