Merge branch 'pr-css-ext'
This commit was merged in pull request #6.
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
body {
|
||||||
|
background-color: #2B2726;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
@@ -4,12 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Error - Upload Music</title>
|
<title>Error - Upload Music</title>
|
||||||
<style>
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" type="text/css" />
|
||||||
body {
|
|
||||||
background-color: #2B2726;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Error</h1>
|
<h1>Error</h1>
|
||||||
|
|||||||
@@ -4,12 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Upload Music</title>
|
<title>Upload Music</title>
|
||||||
<style>
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" type="text/css" />
|
||||||
body {
|
|
||||||
background-color: #2B2726;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Upload new File</h1>
|
<h1>Upload new File</h1>
|
||||||
|
|||||||
@@ -4,12 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Success - Upload Music</title>
|
<title>Success - Upload Music</title>
|
||||||
<style>
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" type="text/css" />
|
||||||
body {
|
|
||||||
background-color: #2B2726;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Success</h1>
|
<h1>Success</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user