- スキャンID:
- dc79c01a-fe0d-48ca-8c3f-75d297e5d678終了
- 送信済みURL:
- https://purring-yellow-albertonykus.glitch.me/
- レポート終了日:
リンク · 0件検出
ページから特定された発信リンク
JavaScript変数 · 3件検出
ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です
名前 | 規模 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
コンソールログメッセージ · 0件検出
Webコンソールにログ記録されたメッセージ
HTML
未加工のHTMLページ本文
<!DOCTYPE html><!--This is going to be epic, this is Alex in the past--><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://glitch.com/favicon.ico">
<!--I am pretty sure I change this favicon-->
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div id="NavHolder">
<nav id="MainStickyNav">
<!--The idea is to have the links refer to internal IDs so the nav can be used to jump around the website-->
<div class="NavLink"><a href="#Home">Home</a></div>
<div class="NavLink"><a href="#TestSmooth"> Content Link</a></div>
<div class="NavLink"><a href=".LeftColumn"> Content Link</a></div>
<div class="NavLink"><a href=".LeftColumn"> Content Link</a></div>
</nav>
</div>
<div id="home">
<div class="BottomBorder">
<h1 id="FirstDisplay"><br>From Roots <br>to Canopies</h1>
<h2 id="SecondDisplay">
The ecological success of the Festival Beach Food Forest
</h2>
</div>
<div class="UnformattedContent">
<p id="explain">
<i>
For the best experience, please travel to the Festival Beach Food
Forest. The FBFF is located at
<strong> 29 Waller Street, Austin, TX 78702.</strong></i>
<br><br>Explain the festival beach food forest and what it is
roughly.
</p>
<h3>Recognizing the growth</h3>
<p>
Over the span of 10 plus years, the <a href="#explain"> FBFF</a> has
grown to be
<img src="https://cdn.glitch.global/c7162682-5a61-4058-b618-3847cd22dd70/TestHomeDither159K.png?v=1731878697232" width="100%" height="100%">
</p>
</div>
</div>
</body></html>