RSS Git Download  Clone
Raw Blame History 2kB 42 lines
HTML rendered
<md-toolbar class="md-accent" md-theme="{{ $root.p3xr.state.themeLayout}}">
    <div class="md-toolbar-tools">
        <h2 flex md-truncate>{{ $root.p3xr.strings.title.socketioConnectError }}</h2>
    </div>
</md-toolbar>
<md-content md-theme="{{ $root.p3xr.state.theme}}" layout-padding>
    <p3xr-button ng-click="$root.locationReload()" p3xr-label="$root.p3xr.strings.intention.reload"
        p3xr-fa-icon="fas fa-redo"></p3xr-button>
    <br />
    <br />
    {{ $ctrl.$stateParams.error.message }}
    <br /><br />
    <div id="web-development" style="text-align: center;">
        <a href="https://corifeus.hu/hu" style="opacity: 0.5; text-decoration: none;">
            <span lang="hu">Webfejlesztés</span>
        </a><br />
        <a href="https://corifeus.hu/en" style="opacity: 0.5; text-decoration: none;">
            <span lang="en">Web Development</span>
        </a><br />
        <a href="https://corifeus.hu/de" style="opacity: 0.5; text-decoration: none;">
            <span lang="de">Webentwicklung</span>
        </a><br />
        <a href="https://corifeus.hu/es" style="opacity: 0.5; text-decoration: none;">
            <span lang="es">Desarrollo Web</span>
        </a><br />
        <a href="https://corifeus.hu/fr" style="opacity: 0.5; text-decoration: none;">
            <span lang="fr">Développement Web</span>
        </a><br />
        <a href="https://corifeus.hu/ja" style="opacity: 0.5; text-decoration: none;">
            <span lang="jp">ウェブ開発</span>
        </a><br />
        <a href="https://corifeus.hu/it" style="opacity: 0.5; text-decoration: none;">
            <span lang="it">Sviluppo Web</span>
        </a><br />
        <a href="https://corifeus.hu/ru" style="opacity: 0.5; text-decoration: none;">
            <span lang="ru">Веб-разработка</span>
        </a><br />
        <a href="https://corifeus.hu/zn" style="opacity: 0.5; text-decoration: none;">
            <span lang="zh">网页开发</span>
        </a>
    </div>
</md-content>