Skip to content
Snippets Groups Projects
Commit d79ab035 authored by wyl's avatar wyl
Browse files

change02

parent 47901a6a
No related branches found
No related tags found
1 merge request!9C23096663 submit final
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="../css/reset.css">
<link rel="stylesheet" href="../css/index.css">
<link rel="stylesheet" href="../css/email.css">
<link rel="stylesheet" href="../css/common.css">
<style>
ol li{
margin-left: 20px; list-style: decimal
}
</style>
</head>
<script>
window.onload=function show(){
var str="Sports club members typically enjoy the following privileges"
document.getElementById('showDiv').innerHTML='<h2 id="p1"></h2>';
var content=""
for(let i=1;i<=str.length;i++){
if((i%100)!=0){
content= content+str[i-1]
}else{
content= content+str[i-1]+'</br>'
}
}
document.getElementById('p1').innerHTML=content
}
</script>
<body>
<div class="top safe">
<!-- title -->
<div class="title left">
<h1>Extreme Ironing</h1>
</div>
<div class="saying left">
<img src="../image/l.gif" alt="渐变竖线">
</div>
<div class="saying2 left">
<p>Extreme ironing (also called EI) is an extreme sport in which people take ironing boards to remote
locations and iron items of clothing. </p>
</div>
<!-- nav -->
<div class="nav1 right">
<ul>
<li>index</li>
<li>about us</li>
<li>news</li>
<li>order us</li>
<li>contact us</li>
<li>ask us</li>
<li>contact us</li>
</ul>
</div>
</div>
<div class="top1">
</div>
<div id="showDiv" style=" width: 871px;height: 50px;margin: 0 auto;"></div>
<ol style="background-color: aquamarine;">
<li><h3>Exclusive Access to Facilities:</h3> Members have priority access to various sports facilities such as gyms, swimming pools, tennis courts, basketball courts, etc., and may have priority booking rights during peak hours.</li>
<li><h3>Member-Exclusive Classes and Training Programs: </h3>Clubs offer exclusive fitness classes, personal training sessions, and customized training programs to help members achieve their health and fitness goals.</li>
<li><h3>Discounted Rates:</h3> Members enjoy various discounts provided by the club, including fitness classes, merchandise, facility bookings, and event registrations.</li>
<li><h3>Social Events:</h3> Members have the opportunity to participate in social events and competitions organized by the club, helping them to expand their social network and connect with like-minded individuals.</li>
<li><h3>Health and Nutrition Consultation:</h3> Some clubs provide professional health and nutrition consulting services to help members develop scientific dietary plans and healthy lifestyles.</li>
<li><h3>High-Quality Service and Facility Maintenance:</h3> Clubs usually offer members higher-quality services and well-maintained facilities, such as comfortable locker rooms, saunas, and massage services.</li>
<li><h3>Exclusive Events and Experiences:</h3> Members may have the opportunity to participate in exclusive events organized by the club, such as celebrity lectures, training camps, and outdoor adventures.</li>
</ol>
</div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment