Commit f3da27cf authored by Vitaly Lipatov's avatar Vitaly Lipatov

index.html: add viewport for mobile devices

parent 1d2e486f
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> You are banned!</title> <title> You are banned!</title>
<style> <style>
.center { .center {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment