Project 1: add viewport meta tag

This commit is contained in:
Marcel Schwarz 2020-10-28 00:07:20 +01:00
parent a05b26179b
commit 85df6d33c8

View File

@ -1,8 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>GeoVis - Project 1</title> <title>GeoVis - Project 1</title>
<script src="https://www.gstatic.com/charts/loader.js"></script> <!-- Google Charts--> <script src="https://www.gstatic.com/charts/loader.js"></script> <!-- Google Charts-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script> <!-- Tree Maps--> <script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script> <!-- Tree Maps-->
<script src="https://cdn.jsdelivr.net/npm/underscore@1.11.0/underscore-min.js"></script> <script src="https://cdn.jsdelivr.net/npm/underscore@1.11.0/underscore-min.js"></script>