diff --git a/static/styles/style.css b/static/styles/style.css index 7fa2b2a..b8b6a44 100644 --- a/static/styles/style.css +++ b/static/styles/style.css @@ -96,6 +96,14 @@ body { border-radius: 3px; } +.errors-container { + display: flex; + justify-content: center; + padding: 10px 10px; + border-radius: 3px; + +} + .results-table { padding: 50px 50px; border-radius: 3px; diff --git a/templates/results-overview-new.html b/templates/results-overview-new.html index 8f09770..71e0e36 100644 --- a/templates/results-overview-new.html +++ b/templates/results-overview-new.html @@ -1,6 +1,13 @@ +
+ + You may have mistyped: {{errors|join(',')}}. Try again! + +
- VirusTotalVendor marked this host as malicious or suspicious:
+ VirusTotal
+ |