diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-27 14:24:44 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-27 14:24:44 +1000 |
| commit | 00ecbee8b93e80e4ccb39249c33a8afebef6cdb6 (patch) | |
| tree | 2dc3fb2d3e3b5a262bb08354dd0428cbe0f3782a /templates/base.html | |
| parent | e6d35fd8c6624f84c38040015266ecb90a155d61 (diff) | |
Added UI/UX for Importing artbitrary videos from a URL
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 46ed508..df76171 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,6 +7,7 @@ <link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="stylesheet" type="text/css" href="/static/theme.css">
<link rel="stylesheet" type="text/css" href="/static/upload.css">
+ <link rel="stylesheet" type="text/css" href="/static/import.css">
{{ template "stylesheets" . }}
{{ template "css" . }}
|
