What's new

Badly need help webdev

leonilo00000

Leecher
Joined
Dec 4, 2022
Posts
5
Reaction
1
Points
3
guys pls need idea sa mga web dev yan paano po ito need ko po na mag like munga sila or share man lang bago maka login sa voucher
hotspot po ito gamin odada


heto po code ko

<p>​

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "You do not have permission to view the full content of this post. Log in or register now.">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="index.css" type="text/css" />
<head>
<script src="You do not have permission to view the full content of this post. Log in or register now."></script>
</head>
<body class="portal">
<div class="logo-img">
<img class="logo" src="portalLogo_picture@2x.png">
</div>

<div class="oper-section-outer">
<div class="oper-section-inner">
<span id="oper-hint" style="color: red"></span>

<form id="login-form">
<div id="input-voucher">
<input id="voucherCode" class="oper-section-item input" name="voucherCode" type="text" placeholder="Voucher Code"/>
</div>

</form>

<div id="button-area" style="display: none">

<button id="button-login" class="button oper-section-item" >Log In</button>
</div>
</div>
</div>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="You do not have permission to view the full content of this post. Log in or register now." nonce="QvnGWoIx"></script>

<div class="fb-like" data-href="You do not have permission to view the full content of this post. Log in or register now." data-width="" data-layout="button_count" data-action="like" data-size="large" data-share="true"></div>

<script>
$( "#fb-like" ).click(function() {
$( "#button-area" ).show( "slow" );
});
</script>


</body>
<script src="index.js"></script>



</p>
 

Similar threads

Back
Top