diff options
Diffstat (limited to '')
-rw-r--r-- | examples/example.html (renamed from app/index.html) | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/index.html b/examples/example.html index 15b8602..44c91f2 100644 --- a/app/index.html +++ b/examples/example.html @@ -2,14 +2,8 @@ <html lang="en"> <head> - <meta charset="utf-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=edge" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>Scrott - Save the World</title> - <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" /> - <style type="text/css"> body { @@ -223,8 +217,5 @@ body </div> </div> - <!-- JS --> - <script type="text/javascript" src="assets/js/jquery.min.js"></script> - <script type="text/javascript" src="assets/js/bootstrap.min.js"></script> </body> </html> |