feat(aio): add footer links with GoogleFeedbackService (#15605)
This commit is contained in:

committed by
Alex Rickabaugh

parent
9e883f5873
commit
28bf222a6a
@ -22,27 +22,20 @@
|
||||
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet">
|
||||
|
||||
<link rel="manifest" href="pwa-manifest.json">
|
||||
<meta name="theme-color" content="#1976d2">
|
||||
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||
// let GaService set the following
|
||||
// ga('create', 'UA-xxxxxxx-1', 'auto');
|
||||
// ga('send', 'pageview');
|
||||
</script>
|
||||
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
||||
<!-- End Google Analytics -->
|
||||
|
||||
<!-- Google Feedback -->
|
||||
<script async src="//www.gstatic.com/feedback/api.js" type="text/javascript"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<aio-shell>Loading...</aio-shell>
|
||||
|
||||
<!-- TODO: google feedback -->
|
||||
<!-- TODO: twitter widget (but only on pages that use twitter) -->
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user