diff options
Diffstat (limited to 'new/splash/pages/index.html.erb')
-rw-r--r-- | new/splash/pages/index.html.erb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/new/splash/pages/index.html.erb b/new/splash/pages/index.html.erb index a23c8ff8..5614cb73 100644 --- a/new/splash/pages/index.html.erb +++ b/new/splash/pages/index.html.erb @@ -1,6 +1,6 @@ <!DOCTYPE html> - <html lang="en"> + TEST <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="utf-8"> @@ -22,7 +22,6 @@ background-image: url("<%= process_image(file: "background.png").relative_path %>"); color: #000; } - a { color: #000; } |