Skip to content

Instantly share code, notes, and snippets.

@isdaviddong
Created December 23, 2016 07:53
Show Gist options
  • Select an option

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

Select an option

Save isdaviddong/bd0792ab0eec264269c0d59927a73dfd 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>
</head>
<body>
<div class="row" style="margin:10px">
<div class="col-md-12">
<div class="form-group">
身高:
<input class="form-control" placeholder="請輸入身高" />
體重:
<input class="form-control" placeholder="請輸入體重" />
<br />
<button class="btn btn-primary" id="ButtonCal">計算</button>
</div>
</div>
</div>
</body>
</html>
@kunduswapan891-collab
Copy link

<title>My Free Website</title> <style> body { font-family: Arial, sans-serif; margin: 40px; background-color: #f0f0f5; color: #333; } header { text-align: center; padding-bottom: 20px; } h1 { color: #00509e; } nav { margin: 20px; text-align: center; } nav a { margin: 0 15px; text-decoration: none; color: #00509e; font-weight: bold; } nav a:hover { text-decoration: underline; } main { max-width: 700px; margin: auto; background-color: white; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px #bbb; } footer { text-align: center; color: #777; margin-top: 50px; font-size: 0.9em; } </style>

Welcome to My Website

Your place to share info easily and freely.

About Services Contact

About Me

This is a free simple website created using HTML and CSS. You can customize it as you like by editing this file.

Services

  • Web design
  • Content creation
  • Consulting

919339084419

Email: [email protected]

© 2025 My Free Website

@MOHAMMEDDHA
Copy link

rffrf

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