AlexAegis/loreplotter

View on GitHub
src/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <title>LorePlotter</title>
        <base href="./" />

        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <link href="assets/favicon.ico" rel="icon" type="image/x-icon" />
        <link rel="manifest" href="manifest.webmanifest" />
        <meta content="#3f3f3f" name="theme-color" />
        <meta content="Character position and property visualizer in space and time" name="Description" />
    </head>
    <body>
        <app-root></app-root>
        <noscript>Please enable JavaScript to continue using this application.</noscript>
    </body>
</html>