Skip to content

Instantly share code, notes, and snippets.

@isdaviddong
Last active January 8, 2026 15:44
Show Gist options
  • Select an option

  • Save isdaviddong/23cc140c1780828b44f79397f737b95e to your computer and use it in GitHub Desktop.

Select an option

Save isdaviddong/23cc140c1780828b44f79397f737b95e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<script src="Scripts/jquery-1.9.1.min.js"></script>
<link href="Content/bootstrap.min.css" rel="stylesheet" />
<script src="Scripts/isRockFx.js"></script>
<script>
$(function () {
$('#ButtonCal').click(
function () {
//取得用戶輸入的參數
var para = { 'height': $('#txbHeight').val(), 'weight': $('#txbWeight').val() };
//呼叫API
ExecuteAPI('Example', 'BMI', para,
//呼叫WebAPI成功時運行的Call Back Function
function (result) {
alert(result.Data);
}
);
}
);
});
</script>
</head>
<body>
<div class="row" style="margin:10px">
<div class="col-md-12">
<div class="form-group">
身高:
<input id="txbHeight" class="form-control" placeholder="請輸入身高" />
體重:
<input id="txbWeight" class="form-control" placeholder="請輸入體重" />
<br />
<button class="btn btn-primary" id="ButtonCal">計算</button>
</div>
</div>
</div>
</body>
</html>
@hamza05labsir-cyber
Copy link

<title>Royal Touch Agency</title> <style> body { margin: 0; font-family: Arial, sans-serif; background: #0f0f0f; color: #ffffff; line-height: 1.6; } header { background: linear-gradient(135deg, #1c1c1c, #2d1b00); text-align: center; padding: 80px 20px; } header h1 { font-size: 3rem; margin-bottom: 10px; } header p { max-width: 700px; margin: auto; font-size: 1.1rem; color: #ddd; } .btn { display: inline-block; margin: 15px 10px; padding: 12px 25px; background: gold; color: black; text-decoration: none; border-radius: 30px; font-weight: bold; } section { padding: 60px 20px; max-width: 1100px; margin: auto; } h2 { text-align: center; margin-bottom: 40px; color: gold; } .services { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .card { background: #1a1a1a; padding: 25px; border-radius: 15px; } footer { background: #000; text-align: center; padding: 30px; font-size: 0.9rem; color: #aaa; } </style>

Grow Your Business With a Royal Touch 👑

We are a digital marketing agency specialized in paid advertising and content management, helping restaurants, fashion brands, and startups grow and achieve real results.

Book a Free Strategy Call Contact Us on WhatsApp

Who We Are

At Royal Touch Agency, we believe every brand deserves to stand out. Our mission is to help businesses grow through smart advertising strategies and premium content.

Our Services

🔥 Paid Advertising

  • Facebook & Instagram Ads
  • TikTok Ads
  • Lead Generation Campaigns

Goal: Increase sales, attract new customers, and maximize ROI.

    <div class="card">
        <h3>🎨 Content Management</h3>
        <ul>
            <li>Custom content strategy</li>
            <li>Professional posts & reels</li>
            <li>Monthly content calendar</li>
            <li>Account management & engagement</li>
        </ul>
        <p><strong>Goal:</strong> Build a strong brand presence and loyal audience.</p>
    </div>
</div>

About Us

Royal Touch Agency is a digital marketing agency focused on growing brands through social media. We work with restaurants, fashion brands, and startups to help them scale using a powerful combination of paid ads and high-quality content.

Vision: To become a trusted marketing partner for brands aiming for growth and excellence.
Mission: Turning brands into royal success stories.

Contact Us

Ready to grow your business?
📲 Contact us via WhatsApp
📧 Reach us by email
🌍 We work remotely – serving clients worldwide

Your Brand, Our Royal Touch ⭐

© 2025 Royal Touch Agency

@polamaher234-ux
Copy link

polamaher234-ux commented Dec 28, 2025 via email

@abdupattoevabrorbek4-ops

zor chiqibdi

@abdupattoevabrorbek4-ops

ha to'g'ri zo'r

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment