Last active
October 28, 2017 17:56
-
-
Save pablohpsilva/434d981ccee439db26cd7a425fa20e4b to your computer and use it in GitHub Desktop.
measure5-index.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="format-detection" content="telephone=no"> | |
<meta name="msapplication-tap-highlight" content="no"> | |
<meta name="viewport" content="initial-scale=1, maximum-scale=5, minimum-scale=1, width=device-width"> | |
<title>Quasar App</title> | |
<link rel="icon" href="statics/quasar-logo.png" type="image/x-icon"> | |
</head> | |
<body> | |
<div id="q-app"></div> | |
<noscript> | |
This is your fallback content in case JavaScript fails to load. | |
</noscript> | |
<!-- built files will be auto injected --> | |
<%= htmlWebpackPlugin.options.serviceWorkerLoader %> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment