https://01e7a7b29347c2f0e1a9d11a6717e1a9-metro-grocery-2.web.cityinthe.cloud/

링크 · 0개 결과

JavaScript 변수 · 10개 결과

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
superagentfunction
_function
renderCartfunction
addfunction
clearCartfunction

콘솔 로그 메시지 · 1개 결과

유형카테고리로그
errornetwork
URL
https://01e7a7b29347c2f0e1a9d11a6717e1a9-metro-grocery-2.web.cityinthe.cloud/favicon.ico
텍스트
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script src="https://code.jquery.com/jquery-3.3.1.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/superagent/3.8.0/superagent.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.11/lodash.min.js"></script><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.3.1/semantic.min.css"><title>Metro Grocery v2</title><script src="/static/app.js"></script></head><body style="padding: 16px; background: rgb(23 215 165);"><div class="ui container"><div class="ui segment"><div style="width: 100%; display: inline-flex; align-items: center;"><div style="width: 95%; float: right"> <h1>Metro Grocery V2</h1></div><div style="float: left"><i class="shopping cart icon" onclick="$(&quot;.ui.modal&quot;).modal(&quot;show&quot;)"></i><div class="ui modal"><div class="content"><ul id="list"></ul><div class="ui button" onclick="clearCart()">Clear cart</div></div></div></div></div><div class="ui segment"><h2>Eggs</h2><h3>Price: $4</h3><button class="ui button" onclick="add(&quot;eggs&quot;)">Add to cart</button><div class="ui red message"><p>Limited Stock Available: Limit of twelve per customer</p></div></div><div class="ui segment"><h2>Gouda</h2><h3>Price: $5</h3><button class="ui button" onclick="add(&quot;gouda&quot;)">Add to cart</button></div><div class="ui segment"><h2>Green Tea</h2><h3>Price: $3</h3><button class="ui button" onclick="add(&quot;greenTea&quot;)">Add to cart</button></div></div><p style="color: rgba(0,0,0,0.5); font-size: 10px; text-align: center; margin-top: 2em;">Metro Grocery v2 Challenge | © 2024 Cyber Skyline</p></div></body></html>