diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-05 12:11:46 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-05 12:11:46 +0200 |
| commit | 34eff40627683a108324ddc03e6bee2cc9b7ab5a (patch) | |
| tree | ba6dd78e51897c4855424457c78b38760da6fbae /app/assets | |
| parent | d2ae7fb89b94e725b74e7bd54ee4eb548783d044 (diff) | |
Restructure file names for web and fix minor linting issues
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index b70ce5c..4ee82f2 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8" /> <title>A14M</title> - <link href="/base.css" rel="stylesheet" media="all" /> + <link href="/web.css" rel="stylesheet" media="all" /> <link href="/print.css" rel="stylesheet" media="print" /> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
