binhonglee/GlobeTrotte

View on GitHub
src/cockpit/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <title>GlobeTrotte</title>
        <meta name="description" content="Travel itinerary crowdsourcing platform">
        <link rel="icon" href="/favicon/favicon.svg" type="image/svg+xml">
        <link rel="alternate icon" href="/favicon/favicon.ico" type="image/png" sizes="16x16">
        <link rel="apple-touch-icon" href="/favicon/apple-touch-icon.png" sizes="180x180">
        <link rel="mask-icon" href="/favicon/favicon.svg" color="#2A947D">
        <meta name="theme-color" content="#2A947D">
    </head>
    <body style="margin: 0; font-family: SourceSansPro;">
        <noscript>
            <strong>We're sorry but GlobeTrotte doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
        </noscript>
        <div id="app"></div>
        <!-- built files will be auto injected -->
        <script type="module" src="/main.ts"></script>
    </body>
</html>