- スキャンID:
- feb387a6-ca0b-401c-b390-96cd992956a3終了
- 送信済みURL:
- https://resetpsw-llnkedln.servehttp.com/
- レポート終了日:
リンク · 0件検出
ページから特定された発信リンク
JavaScript変数 · 3件検出
ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です
名前 | 規模 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
コンソールログメッセージ · 1件検出
Webコンソールにログ記録されたメッセージ
規模 | 分類 | ログ |
---|---|---|
error | other |
|
HTML
未加工のHTMLページ本文
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self'; script-src 'self'; style-src 'self'; font-src 'self';">
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta http-equiv="X-Frame-Options" content="DENY">
<meta http-equiv="Strict-Transport-Security" content="max-age=31536000; includeSubDomains">
<meta name="referrer" content="no-referrer">
<title>Delicious Cake Recipes</title>
<link rel="stylesheet" href="css/index.css">
<link rel="shortcut icon" href="images/index/favicon.ico">
<meta property="og:image" content="images/index/favicon.ico">
</head>
<body>
<header>
<h1 class="main-title">Delicious Cake Recipes</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Recipes</a></li>
<li><a href="#">Tips</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="recipes">
<h2>Latest Recipes</h2>
<article>
<div class="image-container">
<img src="images/index/fluffy.jpg" alt="Fluffy Chocolate Cake" class="recipe-image">
</div>
<h3>Fluffy Chocolate Cake</h3>
<p><strong>Ingredients:</strong> 200g dark chocolate, 250g sugar, 3 eggs, 150ml milk, 200g all-purpose flour, 1 tablespoon baking powder.</p>
<p><strong>Instructions:</strong> Melt the chocolate, mix the ingredients, and bake in a preheated oven at 180°C (350°F) for 40 minutes.</p>
</article>
<article>
<div class="image-container">
<img src="images/index/carrot.jpg" alt="Carrot Cake with Chocolate Frosting" class="recipe-image">
</div>
<h3>Carrot Cake with Chocolate Frosting</h3>
<p><strong>Ingredients:</strong> 3 medium carrots, 4 eggs, 200ml oil, 200g sugar, 250g all-purpose flour, 1 tablespoon baking powder.</p>
<p><strong>Instructions:</strong> Blend everything in a blender, bake, and top with a delicious chocolate ganache.</p>
</article>
<article>
<div class="image-container">
<img src="images/index/lemon.jpg" alt="Sicilian Lemon Cake" class="recipe-image">
</div>
<h3>Sicilian Lemon Cake</h3>
<p><strong>Ingredients:</strong> 200g sugar, 3 eggs, 100ml oil, juice and zest of 1 lemon, 250g all-purpose flour, 1 tablespoon baking powder.</p>
<p><strong>Instructions:</strong> Mix the ingredients and bake. Finish with a lemon glaze.</p>
</article>
</section>
<aside class="ads">
<h2>Advertisements</h2>
<div class="ad">
<img src="images/index/knife.jpg" alt="Professional Chef's Knife" class="ad-image">
<h3>Professional Chef's Knife!</h3>
<p>Improve your cutting skills. Buy now and get 10% off!</p>
</div>
<div class="ad">
<img src="images/index/knife.jpg" alt="Online Baking Course" class="ad-image">
<h3>Online Baking Course!</h3>
<p>Learn to make amazing cakes from the comfort of your home! Enroll now!</p>
</div>
<div class="ad">
<img src="images/index/knife.jpg" alt="Cake Decorating Kits" class="ad-image">
<h3>Delicious Cake Decorating Kits!</h3>
<p>Get everything you need to create beautiful cakes. Order today!</p>
</div>
<div class="ad">
<img src="images/index/knife.jpg" alt="Premium Baking Ingredients" class="ad-image">
<h3>Premium Baking Ingredients!</h3>
<p>High-quality ingredients for the best cakes. Shop now!</p>
</div>
<div class="ad">
<img src="images/index/ebook.jpg" alt="Exclusive Recipe eBook" class="ad-image">
<h3>Exclusive Recipe eBook!</h3>
<p>Download our free eBook with amazing cake recipes!</p>
</div>
</aside>
</main>
<footer>
<h2>Frequently Asked Questions</h2>
<p><strong>How can I tell if the cake is done?</strong> Use the toothpick test: insert a toothpick in the center of the cake and remove it. If it comes out clean, it's done!</p>
<p><strong>Can I freeze cakes?</strong> Yes! Simple cakes freeze well. Wrap them properly before placing them in the freezer.</p>
<h2>Contact Us</h2>
<p>Email: [email protected]</p>
<p>Instagram: @bake-cakes-recipes</p>
</footer>
</body></html>