Using prettier for linting

This commit is contained in:
Zac Ioannidis
2020-12-08 13:13:50 +00:00
parent fa329066e4
commit 81e00fd917
111 changed files with 3986 additions and 3294 deletions

View File

@@ -1,29 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TimeMap - Forensic Architecture</title>
<link rel="stylesheet" href="https://api.mapbox.com/mapbox.js/v3.1.1/mapbox.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<style>
@media (hover: none) {
#id { display: none; }
#nodisplay { display: block; }
}
@media (hover: hover) {
#nodisplay {display: none; }
}
</style>
<div class="page">
<div class="page">
<div id="explore-app"></div>
</div>
<div id="nodisplay">
This platform is unsuitable for mobile. Please revisit on a desktop.
</div>
</div>
</body>
</html>