https://vellu.dev/

送信済みURL:
https://vellu.dev/
レポート終了日:

リンク · 0件検出

ページから特定された発信リンク

JavaScript変数 · 10件検出

ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
gtagfunction
dataLayerobject
google_tag_managerobject
google_tag_dataobject
onYouTubeIframeAPIReadyfunction
gaGlobalobject
loadHTMLfunction

コンソールログメッセージ · 1件検出

Webコンソールにログ記録されたメッセージ

規模分類ログ
warningother
テキスト
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.

HTML

未加工のHTMLページ本文

<!DOCTYPE html><html><head>
    <!-- Google tag (gtag.js) -->
    <script async="" src="https://www.googletagmanager.com/gtag/js?id=G-ZJ5N7N3Y24"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag() { dataLayer.push(arguments); }
        gtag('js', new Date());

        gtag('config', 'G-ZJ5N7N3Y24');
    </script>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link rel="icon" href="images/favicon.png" type="image/gif">
    <meta http-equiv="content-language" content="en">
    <meta name="keywords" content="vellu code devlog java software developer portfolio blog">
    <meta name="description" content="Blog of a self-taugh java developer passionate about sharing knowledge 
    and inspiring others to learn programming the fun way.
    The best way to grow is to document your progress. Learn to write high quality software.">
    <meta name="author" content="vellu">

    <title>Grow as a software developer - Vellu Dev</title>
    <link rel="stylesheet" type="text/css" href="css/style.css">

</head>

<body>
    <header>
        <div class="header">
            <h1>Vellu's Practical Developer Guides</h1>
            <!-- <div class="intro">
                <p>
                    Soon you will find technical guides, articles about java and related technologies, web development,
                    <br>
                    posts about my progress in learning and building high quality applications, <br>
                    but also tips for staying healthy as a software
                    dev.
                </p>
                <p>
                    Stay tuned!
                </p>
            </div> -->
            <img src="images/favicon.png" alt="Welcome!">
            <!-- <p class="sub-text">favicon from <a href="https://www.flaticon.com/"> www.flaticon.com </a></p> -->
        </div>

    </header>

    <div class="container">

        <aside class="sidebar">
            <ul id="article-list">
                <li><a href="/">Welcome</a></li>
                <li><a href="#" onclick="loadHTML('posts/java-compile-from-cli.html', 'article-content')">Compile and
                        run java application from CLI</a></li>
            </ul>
        </aside>

        <main class="content">
            <div id="article-content">
                <h2>Welcome to my Java Tech Blog</h2>
                <p>I like to share my knowledge on java and help people learn programming. </p>
                <p>I believe the best way to learn is by playing with the code and enjoing the process.
                    And as I decided to take the OCP exam this year,
                    I think it might be great idea to document my preparation journey. So you can find a first article
                    of 'back-to-basics' java series.
                </p>
                <p> Enjoy! </p>
            </div>
        </main>

    </div>




    <script src="js/main.js"></script>


</body></html>