- 제출된 URL:
- https://goandbake.com/main리디렉션됨
- 보고서 완료:
링크 · 1개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
http://www.simkin.co.uk | ©2024 Simkin Solutions |
JavaScript 변수 · 21개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
addClass | function |
removeClass | function |
arrayContains | function |
hasClass | function |
over | function |
콘솔 로그 메시지 · 1개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
verbose | dom |
|
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title> Bakery Production Management System</title>
<link href="/css/styles.1.css" rel="stylesheet" type="text/css">
<link href="/css/superfish.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/javascript/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="/javascript/superfish.js"></script>
<script type="text/javascript" src="/javascript/general.js"></script>
<script src="/jquery_ui/js/jquery-ui-1.10.0.custom.min.js"></script>
<link href="/jquery_ui/css/smoothness/jquery-ui-1.10.0.custom.css" rel="stylesheet" type="text/css">
<script src="/javascript/moment.min.js"></script>
<script src="/javascript/jquery.rss.js"></script>
</head>
<body>
<div id="container">
<div id="header">
<a href="/"><img alt="Go and Bake - Bakery Production Management System" src="/images/logo-menu.png"></a>
<form style="float:right" method="post" action="/login" class="login-form">
<table>
<tbody><tr>
<td><label for="company_id">Company Id:</label></td>
<td><input size="20" placeholder="Your company id" type="text" name="company_id" id="company_id" value="">
</td>
</tr>
<tr>
<td><label for="user_email">Email:</label></td>
<td><input type="text" size="20" placeholder="Your email address" name="user_email" id="user_email" value="">
</td>
</tr>
<tr>
<td><label for="user_password">Password:</label></td>
<td><input size="10" placeholder="Password" type="password" name="user_password" id="user_password" value="">
</td>
</tr>
<tr>
<td colspan="2">
<input type="submit" name="login" value="Login">
</td>
</tr>
</tbody></table>
</form>
<br clear="all">
</div>
<ul class="sf-menu">
<li><a href="/">Home</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
<li><a href="faqs.html">FAQs</a></li>
</ul>
<br clear="all">
<div id="content">
<h2>Welcome to Go and Bake</h2>
<p>This online application was designed by a baker and built by a genius, all with one purpose in mind. Give bakers more time to do what they do best and less time pulling your hair out over a spreadsheet, writing manual delivery notes, or compiling end of month to work out what your wholesale customers need to be invoiced for.</p>
<p>GoAndBake is not an accounting package. It is designed to sit alongside an accounting package to help with production and dispatch.</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></div>
<div id="copyright"><a href="http://www.simkin.co.uk" target="_blank">©2024 Simkin Solutions</a> | <a href="privacy_policy.html">Privacy policy</a></div>
</div>
</body></html>