CINXE.COM
<!doctype html> <html lang="en" ng-app="paperhive" ng-strict-di> <head> <!-- runtime config (overwritten by docker start script) --> <base href="/"> <script>window.paperHiveConfig = {"apiUrl":"https://paperhive.org/api","baseHref":"/"};</script> <title data-ng-bind="metaService.data.title">PaperHive</title> <!-- meta tags --> <meta charset="utf-8"> <meta name="language" content="en"> <meta name="application-name" content="PaperHive"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta ng-repeat="meta in metaService.data.meta" attributes="meta"> <link rel="search" type="application/opensearchdescription+xml" href="" title="PaperHive search" /> <!-- favicons --> <link rel="apple-touch-icon" sizes="57x57" href="static/favicons/apple-touch-icon-57x57.5a42c781.png"> <link rel="apple-touch-icon" sizes="60x60" href="static/favicons/apple-touch-icon-60x60.7da0f634.png"> <link rel="apple-touch-icon" sizes="72x72" href="static/favicons/apple-touch-icon-72x72.3a94cea0.png"> <link rel="apple-touch-icon" sizes="76x76" href="static/favicons/apple-touch-icon-76x76.88a37ff4.png"> <link rel="apple-touch-icon" sizes="114x114" href="static/favicons/apple-touch-icon-114x114.14895fe4.png"> <link rel="apple-touch-icon" sizes="120x120" href="static/favicons/apple-touch-icon-120x120.8ac3fa51.png"> <link rel="apple-touch-icon" sizes="144x144" href="static/favicons/apple-touch-icon-144x144.4feda960.png"> <link rel="apple-touch-icon" sizes="152x152" href="static/favicons/apple-touch-icon-152x152.d17f8edc.png"> <link rel="apple-touch-icon" sizes="180x180" href="static/favicons/apple-touch-icon-180x180.22f5eb05.png"> <link rel="icon" type="image/png" href="static/favicons/favicon-32x32.9000887f.png" sizes="32x32"> <link rel="icon" type="image/png" href="static/favicons/android-chrome-192x192.99a12bf8.png" sizes="192x192"> <link rel="icon" type="image/png" href="static/favicons/favicon-96x96.fe75b480.png" sizes="96x96"> <link rel="icon" type="image/png" href="static/favicons/favicon-16x16.16d5f053.png" sizes="16x16"> <link rel="shortcut icon" href="static/favicons/favicon.7ecd4b7b.ico"> <meta name="msapplication-TileColor" content="#00addc"> <meta name="msapplication-TileImage" content="static/favicons/mstile-144x144.eea3fb27.png"> <meta name="msapplication-config" content="static/favicons/browserconfig.9fd81666.xml"> <meta name="theme-color" content="#00addc"> <!-- Chrome extension --> <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/fihafdlllifbanclcjljledeifcdjbok"> <!-- JSON-LD --> <script ng-repeat="jsonld in metaService.data.jsonld" ng-bind="jsonld | json" type="application/ld+json"> </script> <!-- TODO: bundle mathjax in index.js --> <script src="assets/mathjax/MathJax.js?config=TeX-AMS_HTML-full,Safe&delayStartupUntil=configured"> </script> <link href="index.css" rel="stylesheet"></head> <body ng-style="{'padding-bottom': footerSize.height,'padding-top': navbarSize.height}"> <header> <navbar></navbar> </header> <main app-view-segment="0"></main> <feedback-button></feedback-button> <footer on-resized="footerSize = $size"> <ph-footer></ph-footer> </footer> <script type="text/javascript" src="index.js"></script></body> </html>