Move stylesheets to a dedicated folder

This commit is contained in:
2020-12-04 17:25:20 +01:00
parent e7da3eb44e
commit 597101ed47
7 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
<meta name="description" content=""> <meta name="description" content="">
<link rel="icon" type="image/svg+xml" href="/static/icon.svg"> <link rel="icon" type="image/svg+xml" href="/static/icon.svg">
<link rel="stylesheet" href="/static/styles.css"> <link rel="stylesheet" href="/static/styles/common.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap">
<title>stl</title> <title>stl</title>

View File

@ -6,7 +6,7 @@
<meta name="description" content=""> <meta name="description" content="">
<link rel="icon" type="image/svg+xml" href="/static/icon.svg"> <link rel="icon" type="image/svg+xml" href="/static/icon.svg">
<link rel="stylesheet" href="/static/styles.css"> <link rel="stylesheet" href="/static/styles/common.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap">
<title>stl</title> <title>stl</title>

View File

@ -6,7 +6,7 @@
<meta name="description" content=""> <meta name="description" content="">
<link rel="icon" type="image/svg+xml" href="/static/icon.svg"> <link rel="icon" type="image/svg+xml" href="/static/icon.svg">
<link rel="stylesheet" href="/static/styles.css"> <link rel="stylesheet" href="/static/styles/common.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap">
<title>stl</title> <title>stl</title>

View File

@ -6,7 +6,7 @@
<meta name="description" content=""> <meta name="description" content="">
<link rel="icon" type="image/svg+xml" href="/static/icon.svg"> <link rel="icon" type="image/svg+xml" href="/static/icon.svg">
<link rel="stylesheet" href="/static/styles.css"> <link rel="stylesheet" href="/static/styles/common.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap">
<title>stl</title> <title>stl</title>

View File

@ -6,8 +6,8 @@
<meta name="description" content=""> <meta name="description" content="">
<link rel="icon" type="image/svg+xml" href="/static/icon.svg"> <link rel="icon" type="image/svg+xml" href="/static/icon.svg">
<link rel="stylesheet" href="/static/styles.css"> <link rel="stylesheet" href="/static/styles/common.css">
<link rel="stylesheet" href="/static/charts.css"> <link rel="stylesheet" href="/static/styles/charts.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap">
<title>stl</title> <title>stl</title>